mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
rebar3Relx: strip native binaries
This commit is contained in:
parent
0a776e108f
commit
5e56caf52f
@ -46,7 +46,8 @@ let
|
||||
|
||||
buildInputs = buildInputs ++ [ erlang rebar3 openssl ] ++ beamDeps;
|
||||
|
||||
dontStrip = true;
|
||||
# ensure we strip any native binaries (eg. NIFs, ports)
|
||||
stripDebugList = lib.optional (releaseType == "release") "rel";
|
||||
|
||||
inherit src;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user