2
0
Fork 0

genodeSources: prevent build scrips from stripping

The fixup phase of the Nix builder strips files and easier to disable.
This commit is contained in:
Ehmry - 2020-04-19 10:58:05 +05:30
parent 2aee6e6601
commit feb555991e
1 changed files with 4 additions and 0 deletions

View File

@ -139,6 +139,8 @@ let
runHook postConfigure
'';
STRIP_TARGET_CMD = "cp $< $@";
makeFlags = [ "-C build" "VERBOSE=" ] ++ targets;
installPhase = ''
@ -178,6 +180,8 @@ let
runHook postConfigure
'';
STRIP_TARGET_CMD = "cp $< $@";
makefile = "tool/depot/create";
makeFlags = [
"genodelabs/bin/${arch}/${name}"