darwin: wrap strip and install_name_tool to codesign modified files

Co-authored-by: Moritz Angermann <moritz.angermann@gmail.com>
This commit is contained in:
Andrew Childs
2021-05-17 00:27:02 +09:00
co-authored by Moritz Angermann
parent 7eb1e3695d
commit 772b66531a
4 changed files with 149 additions and 0 deletions
+1
View File
@@ -11857,6 +11857,7 @@ in
noLibc = (self.libc == null);
inherit bintools libc;
inherit (darwin) postLinkSignHook signingUtils;
} // extraArgs; in self);
yaml-language-server = nodePackages.yaml-language-server;