forked from mirrors/nixpkgs
zrepl: add strip flags
This commit is contained in:
parent
6c5f014da7
commit
c1d137b282
|
@ -24,7 +24,7 @@ buildGoModule rec {
|
|||
makeWrapper
|
||||
];
|
||||
|
||||
ldflags = [ "-X github.com/zrepl/zrepl/version.zreplVersion=${version}" ];
|
||||
ldflags = [ "-s" "-w" "-X github.com/zrepl/zrepl/version.zreplVersion=${version}" ];
|
||||
|
||||
postInstall = ''
|
||||
mkdir -p $out/lib/systemd/system
|
||||
|
|
Loading…
Reference in a new issue