mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
python3Packages.matplotlib: relax setuptools-scm constraint
Per their upstream comment this is fine for downstream distributors, as it only breaks editable installs for them.
This commit is contained in:
parent
28e20e77fc
commit
2b080788e2
1 changed files with 3 additions and 0 deletions
|
|
@ -95,6 +95,9 @@ buildPythonPackage (finalAttrs: {
|
|||
''
|
||||
+ ''
|
||||
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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue