mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-16 06:47:09 +03: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 New Issue
Block a user