forked from mirrors/nixpkgs
pythonPackages.nbformat: add nose
This commit is contained in:
parent
992c5d95f0
commit
ca1e2f05b7
|
@ -11789,6 +11789,7 @@ in modules // {
|
|||
sha256 = "5261c957589b9dfcd387c338d59375162ba9ca82c69e378961a1f4e641285db5";
|
||||
};
|
||||
|
||||
buildInputs = with self; [ nose ];
|
||||
propagatedBuildInputs = with self; [ipython_genutils traitlets jsonschema jupyter_core];
|
||||
|
||||
meta = {
|
||||
|
|
Loading…
Reference in a new issue