Merge pull request #8251 from lancelotsix/fix_networkx

Fix pythonPackages.networkx
This commit is contained in:
Domen Kožar 2015-06-11 11:24:40 +02:00
commit 8f28742315

View file

@ -15620,7 +15620,7 @@ let
sha256 = "6380eb38d0b5770d7e50813c8a48ff7c373b2187b4220339c1adce803df01c59";
};
buildInputs = with self; [ nose decorator ];
propagatedBuildInputs = with self; [ nose decorator ];
meta = {
homepage = "https://networkx.github.io/";