nukeReferences: fix code signatures on aarch64-darwin

This commit is contained in:
Andrew Childs
2021-05-17 00:27:03 +09:00
parent f067102afe
commit 79e34294bd
5 changed files with 67 additions and 32 deletions
+3 -1
View File
@@ -638,7 +638,9 @@ in
replaceDependency = callPackage ../build-support/replace-dependency.nix { };
nukeReferences = callPackage ../build-support/nuke-references { };
nukeReferences = callPackage ../build-support/nuke-references {
inherit (darwin) signingUtils;
};
referencesByPopularity = callPackage ../build-support/references-by-popularity { };