summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2021-07-20 18:41:40 +0200
committerGitHub <noreply@github.com>2021-07-20 18:41:40 +0200
commite9bea987c44cef330f2c8a7314042292d000d969 (patch)
tree6a64c4272130780e818c89cf23d6cf3f889bac40 /pkgs/tools
parentfdd9610159f064505846cf661240a60a620adcea (diff)
parent8ba51139bfb5a0889fdfc002269457e07bdf6109 (diff)
downloadnixpkgs-e9bea987c44cef330f2c8a7314042292d000d969.tar
nixpkgs-e9bea987c44cef330f2c8a7314042292d000d969.tar.gz
nixpkgs-e9bea987c44cef330f2c8a7314042292d000d969.tar.bz2
nixpkgs-e9bea987c44cef330f2c8a7314042292d000d969.tar.lz
nixpkgs-e9bea987c44cef330f2c8a7314042292d000d969.tar.xz
nixpkgs-e9bea987c44cef330f2c8a7314042292d000d969.tar.zst
nixpkgs-e9bea987c44cef330f2c8a7314042292d000d969.zip
Merge pull request #130791 from Stunkymonkey/ix-phases
ix: deprecate phases
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/misc/ix/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/misc/ix/default.nix b/pkgs/tools/misc/ix/default.nix
index 83d8a770419..95b53c3b6cc 100644
--- a/pkgs/tools/misc/ix/default.nix
+++ b/pkgs/tools/misc/ix/default.nix
@@ -11,7 +11,7 @@ stdenv.mkDerivation {
 
   nativeBuildInputs = [ makeWrapper ];
 
-  phases = [ "installPhase" "fixupPhase" ];
+  dontUnpack = true;
 
   installPhase = ''
     install -Dm +x $src $out/bin/ix