mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-17 01:24:47 +00:00
lockfile-progs: fix cross
`-s` uses `strip` not `$STRIP` Stripping is done by `fixupPhase`
This commit is contained in:
parent
99d7b32e4c
commit
96ce36b286
@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
|
||||
installPhase = ''
|
||||
runHook preInstall
|
||||
mkdir -p $out/bin $out/man/man1
|
||||
install -s bin/* $out/bin
|
||||
install bin/* $out/bin
|
||||
install man/*.1 $out/man/man1
|
||||
runHook postInstall
|
||||
'';
|
||||
|
Loading…
Reference in New Issue
Block a user