mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-05 09:11:39 -05:00
Merge pull request #149 from nix-community/mpl-system-freetype
overrides: Matplotlib 3.3.0 now downloads/builds it's own freetype by default
This commit is contained in:
commit
f4ab52a42c
1 changed files with 7 additions and 0 deletions
|
@ -333,6 +333,13 @@ self: super:
|
|||
pkgs.pkgconfig
|
||||
];
|
||||
|
||||
postPatch = ''
|
||||
cat > setup.cfg <<EOF
|
||||
[libs]
|
||||
system_freetype = True
|
||||
EOF
|
||||
'';
|
||||
|
||||
propagatedBuildInputs = old.propagatedBuildInputs ++ [
|
||||
pkgs.libpng
|
||||
pkgs.freetype
|
||||
|
|
Loading…
Add table
Reference in a new issue