ccextractor: fix build (#386537)

This commit is contained in:
Peder Bergebakken Sundt
2025-03-04 08:41:56 +01:00
committed by GitHub
+1 -1
View File
@@ -42,7 +42,7 @@ stdenv.mkDerivation (finalAttrs: {
patches = [
./remove-default-commit-hash.patch
./remove-vendored-libraries.patch
] ++ finalAttrs.cargoDeps.patches;
] ++ finalAttrs.cargoDeps.vendorStaging.patches;
cmakeDir = "../src";