mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
python3Packages.matplotlib: fix 64 bit -> 32 bit cross (#511517)
This commit is contained in:
@@ -110,6 +110,7 @@ buildPythonPackage (finalAttrs: {
|
||||
ffmpeg-headless
|
||||
freetype
|
||||
qhull
|
||||
pybind11
|
||||
libraqm
|
||||
]
|
||||
++ lib.optionals enableGtk3 [
|
||||
@@ -123,7 +124,6 @@ buildPythonPackage (finalAttrs: {
|
||||
build-system = [
|
||||
certifi
|
||||
numpy
|
||||
pybind11
|
||||
meson-python
|
||||
setuptools-scm
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user