3
0
Fork 0
forked from mirrors/nixpkgs

pythonPackages.nbformat: add nose

This commit is contained in:
Frederik Rietdijk 2016-01-24 12:46:42 +01:00
parent 992c5d95f0
commit ca1e2f05b7

View file

@ -11789,6 +11789,7 @@ in modules // {
sha256 = "5261c957589b9dfcd387c338d59375162ba9ca82c69e378961a1f4e641285db5";
};
buildInputs = with self; [ nose ];
propagatedBuildInputs = with self; [ipython_genutils traitlets jsonschema jupyter_core];
meta = {