summary refs log tree commit diff
path: root/pkgs/games/dxx-rebirth
diff options
context:
space:
mode:
authorMatthew Bauer <mjbauer95@gmail.com>2018-11-14 14:01:03 -0600
committerMatthew Bauer <mjbauer95@gmail.com>2018-11-14 14:02:10 -0600
commitd3751930570ae5dcd32d423b9fd384b9958cfb65 (patch)
treea251a27c8fdb209f707d26c53374bda8c1c81f63 /pkgs/games/dxx-rebirth
parent9cac8feafb1e5607cd56e4b9019e2fb31038726c (diff)
downloadnixpkgs-d3751930570ae5dcd32d423b9fd384b9958cfb65.tar
nixpkgs-d3751930570ae5dcd32d423b9fd384b9958cfb65.tar.gz
nixpkgs-d3751930570ae5dcd32d423b9fd384b9958cfb65.tar.bz2
nixpkgs-d3751930570ae5dcd32d423b9fd384b9958cfb65.tar.lz
nixpkgs-d3751930570ae5dcd32d423b9fd384b9958cfb65.tar.xz
nixpkgs-d3751930570ae5dcd32d423b9fd384b9958cfb65.tar.zst
nixpkgs-d3751930570ae5dcd32d423b9fd384b9958cfb65.zip
dxx-rebirth: prevent infinite loop
The postInstall phase should not run postInstall itself! My mistake in
renaming the old installPhase.
Diffstat (limited to 'pkgs/games/dxx-rebirth')
-rw-r--r--pkgs/games/dxx-rebirth/default.nix2
1 files changed, 0 insertions, 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; {