mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-02 02:03:21 +00:00
python3Packages.Pweave: fix build
This commit is contained in:
parent
df591a1268
commit
4f67e636b3
@ -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 New Issue
Block a user