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:
Matthew Bauer 2018-11-14 14:01:03 -06:00
parent 9cac8feafb
commit d375193057

View File

@ -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; {