python3Packages.Pweave: fix build

This commit is contained in:
Samuel Ainsworth 2022-05-06 01:49:27 +00:00
parent df591a1268
commit 4f67e636b3

View file

@ -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;