mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 04:43:09 +03:00
Add propagatedBuildInputs
This commit is contained in:
parent
b6932f56f8
commit
65b4013194
@ -9,6 +9,7 @@ stdenv.mkDerivation rec {
|
||||
};
|
||||
|
||||
buildInputs = [ libtool ncurses ];
|
||||
propagatedBuildInputs = [ libtool ncurses pythonPackages.pygments ];
|
||||
|
||||
configurePhase =
|
||||
'' ./configure --prefix="$out" --disable-static ''
|
||||
|
Loading…
Reference in New Issue
Block a user