dxx-rebirth: prevent infinite loop
The postInstall phase should not run postInstall itself! My mistake in renaming the old installPhase.
This commit is contained in:
parent
9cac8feafb
commit
d375193057
@ -42,8 +42,6 @@ in stdenv.mkDerivation rec {
|
|||||||
postInstall = ''
|
postInstall = ''
|
||||||
install -Dm644 ${music} $out/share/games/dxx-rebirth/d2xr-sc55-music.dxa
|
install -Dm644 ${music} $out/share/games/dxx-rebirth/d2xr-sc55-music.dxa
|
||||||
install -Dm644 -t $out/share/doc/dxx-rebirth *.txt
|
install -Dm644 -t $out/share/doc/dxx-rebirth *.txt
|
||||||
|
|
||||||
runHook postInstall
|
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user