Merge branch 'staging-next'
Status on Hydra for linuxes seems good enough: https://hydra.nixos.org/eval/1585703?filter=linux&compare=1585482&full=#tabs-now-fail
This commit is contained in:
@@ -14,7 +14,7 @@ buildGoPackage rec {
|
||||
|
||||
goDeps = ./deps.nix;
|
||||
|
||||
postInstall = "mv $bin/bin/boohu.git $bin/bin/boohu";
|
||||
postInstall = "mv $out/bin/boohu.git $out/bin/boohu";
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "A new coffee-break roguelike game";
|
||||
|
||||
@@ -14,7 +14,7 @@ buildGoPackage rec {
|
||||
|
||||
goDeps = ./deps.nix;
|
||||
|
||||
postInstall = "mv $bin/bin/harmonist.git $bin/bin/harmonist";
|
||||
postInstall = "mv $out/bin/harmonist.git $out/bin/harmonist";
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "A stealth coffee-break roguelike game";
|
||||
|
||||
Reference in New Issue
Block a user