mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 14:41:17 +00:00
Remove unnecessary entries in propagatedBuildInputs
This commit is contained in:
parent
65b4013194
commit
227ebdc7cb
|
@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
|
|||
};
|
||||
|
||||
buildInputs = [ libtool ncurses ];
|
||||
propagatedBuildInputs = [ libtool ncurses pythonPackages.pygments ];
|
||||
propagatedBuildInputs = [ pythonPackages.pygments ];
|
||||
|
||||
configurePhase =
|
||||
'' ./configure --prefix="$out" --disable-static ''
|
||||
|
|
Loading…
Reference in a new issue