Remove unnecessary entries in propagatedBuildInputs

This commit is contained in:
John Wiegley 2015-03-31 10:34:22 -05:00
parent 65b4013194
commit 227ebdc7cb

View File

@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
};
buildInputs = [ libtool ncurses ];
propagatedBuildInputs = [ libtool ncurses pythonPackages.pygments ];
propagatedBuildInputs = [ pythonPackages.pygments ];
configurePhase =
'' ./configure --prefix="$out" --disable-static ''