From d3751930570ae5dcd32d423b9fd384b9958cfb65 Mon Sep 17 00:00:00 2001 From: Matthew Bauer Date: Wed, 14 Nov 2018 14:01:03 -0600 Subject: [PATCH] dxx-rebirth: prevent infinite loop The postInstall phase should not run postInstall itself! My mistake in renaming the old installPhase. --- pkgs/games/dxx-rebirth/default.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/pkgs/games/dxx-rebirth/default.nix b/pkgs/games/dxx-rebirth/default.nix index 3e6bc2dc6f5..86d233b0378 100644 --- a/pkgs/games/dxx-rebirth/default.nix +++ b/pkgs/games/dxx-rebirth/default.nix @@ -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; {