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 = ''
|
||||
install -Dm644 ${music} $out/share/games/dxx-rebirth/d2xr-sc55-music.dxa
|
||||
install -Dm644 -t $out/share/doc/dxx-rebirth *.txt
|
||||
|
||||
runHook postInstall
|
||||
'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
|
Loading…
Reference in New Issue
Block a user