Skip to content

Commit

Permalink
python3Packages.Pweave: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
samuela committed May 6, 2022
1 parent df591a1 commit 4f67e63
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkgs/development/python-modules/pweave/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
, nbconvert
, markdown
, isPy3k
, ipykernel
}:

buildPythonPackage rec {
Expand All @@ -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;
Expand Down

0 comments on commit 4f67e63

Please sign in to comment.