parent
3553c9948c
commit
2edd7103da
@ -30,7 +30,9 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
nativeBuildInputs = [ autoreconfHook pkgconfig ];
|
nativeBuildInputs = [ autoreconfHook pkgconfig ];
|
||||||
|
|
||||||
buildInputs = [ libcap ncurses ] ++ stdenv.lib.optional withGtk gtk2;
|
buildInputs = [ ncurses ]
|
||||||
|
++ stdenv.lib.optional withGtk gtk2
|
||||||
|
++ stdenv.lib.optional stdenv.isLinux libcap;
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user