ccextractor: fix build

fixes https://hydra.nixos.org/build/290589045
This commit is contained in:
Peder Bergebakken Sundt
2025-03-03 02:07:43 +01:00
parent d92712b07b
commit b9a45b69bc
+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";