treewide: use $out instead of $bin with buildGoPackage
This commit is contained in:
@@ -20,7 +20,7 @@ buildGoPackage rec {
|
||||
'';
|
||||
|
||||
postInstall = ''
|
||||
mv $bin/bin/miniflux.app $bin/bin/miniflux
|
||||
mv $out/bin/miniflux.app $out/bin/miniflux
|
||||
'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
|
||||
Reference in New Issue
Block a user