python3Packages.Pweave: fix build

main
Samuel Ainsworth 2 years ago
parent df591a1268
commit 4f67e636b3
  1. 3
      pkgs/development/python-modules/pweave/default.nix

@ -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…
Cancel
Save