python312Packages.pandas: remove leading \ in postPatch

Makes adding a new command to `postPatch` not get interpreted as another
`substituteInPlace` argument.
This commit is contained in:
Doron Behar
2025-04-23 14:49:13 +03:00
parent 04aad5ff65
commit 2ac481bc3e
@@ -87,7 +87,7 @@ let
postPatch = ''
substituteInPlace pyproject.toml \
--replace-fail "meson-python==0.13.1" "meson-python>=0.13.1" \
--replace-fail "meson==1.2.1" "meson>=1.2.1" \
--replace-fail "meson==1.2.1" "meson>=1.2.1"
'';
nativeBuildInputs = [