treewide: use $out instead of $bin with buildGoPackage
This commit is contained in:
@@ -10,7 +10,7 @@ buildGoPackage rec {
|
||||
nativeBuildInputs = [ makeWrapper ];
|
||||
|
||||
postInstall = ''
|
||||
wrapProgram "$bin/bin/assh" \
|
||||
wrapProgram "$out/bin/assh" \
|
||||
--prefix PATH : ${openssh}/bin
|
||||
'';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user