mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
Add propagatedBuildInputs
This commit is contained in:
parent
b6932f56f8
commit
65b4013194
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@ stdenv.mkDerivation rec {
|
|||
};
|
||||
|
||||
buildInputs = [ libtool ncurses ];
|
||||
propagatedBuildInputs = [ libtool ncurses pythonPackages.pygments ];
|
||||
|
||||
configurePhase =
|
||||
'' ./configure --prefix="$out" --disable-static ''
|
||||
|
|
Loading…
Reference in a new issue