mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 14:11:36 +00:00
parent
3553c9948c
commit
2edd7103da
|
@ -30,7 +30,9 @@ stdenv.mkDerivation rec {
|
|||
|
||||
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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue