Merge pull request #127885 from SuperSandro2000/SuperSandro2000-patch-1
orthorobot: remove phases overwrite
This commit is contained in:
commit
0ba004e97d
1 changed files with 2 additions and 4 deletions
|
@ -34,10 +34,9 @@ stdenv.mkDerivation {
|
|||
nativeBuildInputs = [ makeWrapper ];
|
||||
buildInputs = [ lua love zip ];
|
||||
|
||||
phases = [ "unpackPhase" "installPhase" ];
|
||||
dontBuild = true;
|
||||
|
||||
installPhase =
|
||||
''
|
||||
installPhase = ''
|
||||
mkdir -p $out/bin $out/share/games/lovegames $out/share/applications
|
||||
zip -9 -r ${pname}.love ./*
|
||||
mv ${pname}.love $out/share/games/lovegames/${pname}.love
|
||||
|
@ -53,5 +52,4 @@ stdenv.mkDerivation {
|
|||
license = licenses.free;
|
||||
downloadPage = "http://stabyourself.net/orthorobot/";
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue