python3Packages.matplotlib: fix build (#533378)
This commit is contained in:
@@ -98,9 +98,6 @@ buildPythonPackage (finalAttrs: {
|
||||
--replace-fail "setuptools_scm>=7,<10" setuptools_scm
|
||||
|
||||
patchShebangs tools
|
||||
|
||||
substituteInPlace pyproject.toml \
|
||||
--replace-fail "setuptools_scm>=7,<10" "setuptools_scm"
|
||||
''
|
||||
+ lib.optionalString (stdenv.hostPlatform.isLinux && interactive) ''
|
||||
# fix paths to libraries in dlopen calls (headless detection)
|
||||
|
||||
Reference in New Issue
Block a user