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
|
, nbconvert
|
||||||
, markdown
|
, markdown
|
||||||
, isPy3k
|
, isPy3k
|
||||||
|
, ipykernel
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
|
@ -21,7 +22,7 @@ buildPythonPackage rec {
|
||||||
disabled = !isPy3k;
|
disabled = !isPy3k;
|
||||||
|
|
||||||
buildInputs = [ mock pkgs.glibcLocales ];
|
buildInputs = [ mock pkgs.glibcLocales ];
|
||||||
propagatedBuildInputs = [ matplotlib nbconvert markdown ];
|
propagatedBuildInputs = [ ipykernel matplotlib nbconvert markdown ];
|
||||||
|
|
||||||
# fails due to trying to run CSS as test
|
# fails due to trying to run CSS as test
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
Loading…
Reference in a new issue