mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 15:41:48 +00:00
Merge pull request #25509 from bachp/openshift-size
openshift: copy symlinks into $bin/bin
This commit is contained in:
commit
8ee1dc4725
@ -36,7 +36,7 @@ in buildGoPackage rec {
|
||||
|
||||
installPhase = ''
|
||||
mkdir -p "$bin/bin"
|
||||
cp "_output/local/bin/$(go env GOOS)/$(go env GOARCH)/"* "$bin/bin/"
|
||||
cp -a "_output/local/bin/$(go env GOOS)/$(go env GOARCH)/"* "$bin/bin/"
|
||||
'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
|
Loading…
Reference in New Issue
Block a user