python3Packages.Pweave: fix build
This commit is contained in:
parent
df591a1268
commit
4f67e636b3
1 changed files with 2 additions and 1 deletions
|
@ -7,6 +7,7 @@
|
|||
, nbconvert
|
||||
, markdown
|
||||
, isPy3k
|
||||
, ipykernel
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
|
@ -21,7 +22,7 @@ buildPythonPackage rec {
|
|||
disabled = !isPy3k;
|
||||
|
||||
buildInputs = [ mock pkgs.glibcLocales ];
|
||||
propagatedBuildInputs = [ matplotlib nbconvert markdown ];
|
||||
propagatedBuildInputs = [ ipykernel matplotlib nbconvert markdown ];
|
||||
|
||||
# fails due to trying to run CSS as test
|
||||
doCheck = false;
|
||||
|
|
Loading…
Reference in a new issue