From 3f1f18f34a96880bc6775778b9e5fbbcb3a15549 Mon Sep 17 00:00:00 2001 From: Alyssa Ross Date: Fri, 19 Jun 2026 20:22:15 +0200 Subject: [PATCH] python3Packages.matplotlib: fix build This had ended up duplicated, and failed the second time. Bad merge? --- pkgs/development/python-modules/matplotlib/default.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/pkgs/development/python-modules/matplotlib/default.nix b/pkgs/development/python-modules/matplotlib/default.nix index c7fb77d7912e..2f11fd9a0d65 100644 --- a/pkgs/development/python-modules/matplotlib/default.nix +++ b/pkgs/development/python-modules/matplotlib/default.nix @@ -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)