Making utillinux build also 'write'. (Thank you, niksnut)
svn path=/nixpkgs/trunk/; revision=21219
This commit is contained in:
parent
7cdad55164
commit
1f942f92bf
@ -10,6 +10,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
configureFlags = ''
|
||||
--disable-use-tty-group
|
||||
--enable-write
|
||||
${if ncurses == null then "--without-ncurses" else ""}
|
||||
'';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user