terminusdb: fix fetchCargoVendor path (#503048)

This commit is contained in:
Paul Haerle
2026-03-25 09:09:27 +00:00
committed by GitHub
+1 -1
View File
@@ -97,7 +97,7 @@ stdenv.mkDerivation (finalAttrs: {
# Fix MAKEFLAGS order in vendored tikv-jemalloc-sys
# TODO: remove when tikv-jemalloc-sys 0.6.2+ is released
# equivalent to https://github.com/tikv/jemallocator/pull/152
substituteInPlace $cargoDepsCopy/tikv-jemalloc-sys-*/build.rs \
substituteInPlace $cargoDepsCopy/*/tikv-jemalloc-sys-*/build.rs \
--replace-fail 'format!("{orig_makeflags} {makeflags}")' \
'format!("{makeflags} {orig_makeflags}")'
'';