about summary refs log tree commit diff
path: root/pkgs/development/tools
diff options
context:
space:
mode:
authorFelix Buehler <account@buehler.rocks>2021-07-27 14:41:39 +0200
committerFelix Buehler <account@buehler.rocks>2021-07-27 14:41:39 +0200
commit02b4d1c91a9507fcd42eb4433ab1d4c1e2805fa5 (patch)
treec0c9954890d101a76d1701c59d579028f13e0ebd /pkgs/development/tools
parent9d191629beab5cc1043621bf41332177a3246dd8 (diff)
downloadnixlib-02b4d1c91a9507fcd42eb4433ab1d4c1e2805fa5.tar
nixlib-02b4d1c91a9507fcd42eb4433ab1d4c1e2805fa5.tar.gz
nixlib-02b4d1c91a9507fcd42eb4433ab1d4c1e2805fa5.tar.bz2
nixlib-02b4d1c91a9507fcd42eb4433ab1d4c1e2805fa5.tar.lz
nixlib-02b4d1c91a9507fcd42eb4433ab1d4c1e2805fa5.tar.xz
nixlib-02b4d1c91a9507fcd42eb4433ab1d4c1e2805fa5.tar.zst
nixlib-02b4d1c91a9507fcd42eb4433ab1d4c1e2805fa5.zip
ammonite: deprecate phases
Diffstat (limited to 'pkgs/development/tools')
-rw-r--r--pkgs/development/tools/ammonite/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/ammonite/default.nix b/pkgs/development/tools/ammonite/default.nix
index 680217acfbb8..ffd3b78cedd7 100644
--- a/pkgs/development/tools/ammonite/default.nix
+++ b/pkgs/development/tools/ammonite/default.nix
@@ -17,7 +17,7 @@ let
         inherit sha256;
       };
 
-      phases = "installPhase";
+      dontUnpack = true;
 
       installPhase = ''
         install -Dm755 $src $out/bin/amm