mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 08:36:41 +01:00
Merge pull request #25509 from bachp/openshift-size
openshift: copy symlinks into $bin/bin
This commit is contained in:
commit
8ee1dc4725
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue