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:
adisbladis 2020-08-14 00:35:11 +02:00 committed by GitHub
commit f4ab52a42c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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