mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-04 16:51:40 -05:00
Fix matplotlib build
This commit is contained in:
parent
69b4b56384
commit
613152f16f
1 changed files with 2 additions and 1 deletions
|
@ -626,7 +626,8 @@ self: super:
|
|||
|
||||
buildInputs = (old.buildInputs or [ ])
|
||||
++ lib.optional enableGhostscript pkgs.ghostscript
|
||||
++ lib.optional stdenv.isDarwin [ Cocoa ];
|
||||
++ lib.optional stdenv.isDarwin [ Cocoa ]
|
||||
++ [ self.certifi ];
|
||||
|
||||
nativeBuildInputs = (old.nativeBuildInputs or [ ]) ++ [
|
||||
pkgs.pkg-config
|
||||
|
|
Loading…
Add table
Reference in a new issue