Making utillinux build also 'write'. (Thank you, niksnut)

svn path=/nixpkgs/trunk/; revision=21219
This commit is contained in:
Lluís Batlle i Rossell 2010-04-21 20:47:15 +00:00
parent 7cdad55164
commit 1f942f92bf

View file

@ -10,6 +10,7 @@ stdenv.mkDerivation rec {
configureFlags = ''
--disable-use-tty-group
--enable-write
${if ncurses == null then "--without-ncurses" else ""}
'';