ccextractor: fix build (#386537)
This commit is contained in:
@@ -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";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user