summary refs log tree commit diff
diff options
context:
space:
mode:
authorFelix Buehler <account@buehler.rocks>2021-07-17 21:50:01 +0200
committerFelix Buehler <account@buehler.rocks>2021-07-17 22:11:03 +0200
commit5a6496b41fab1dbc83f3cef41415cfa1dacfceee (patch)
treea47c42433d7234ac21032df7243340d252eb3f2a
parent0ea3c6b06f7344f2f0359280d723b5206a05e2d3 (diff)
downloadnixpkgs-5a6496b41fab1dbc83f3cef41415cfa1dacfceee.tar
nixpkgs-5a6496b41fab1dbc83f3cef41415cfa1dacfceee.tar.gz
nixpkgs-5a6496b41fab1dbc83f3cef41415cfa1dacfceee.tar.bz2
nixpkgs-5a6496b41fab1dbc83f3cef41415cfa1dacfceee.tar.lz
nixpkgs-5a6496b41fab1dbc83f3cef41415cfa1dacfceee.tar.xz
nixpkgs-5a6496b41fab1dbc83f3cef41415cfa1dacfceee.tar.zst
nixpkgs-5a6496b41fab1dbc83f3cef41415cfa1dacfceee.zip
clooj: deprecate phases
-rw-r--r--pkgs/development/interpreters/clojure/clooj.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/interpreters/clojure/clooj.nix b/pkgs/development/interpreters/clojure/clooj.nix
index 1809f9fd2dc..810d783d4fb 100644
--- a/pkgs/development/interpreters/clojure/clooj.nix
+++ b/pkgs/development/interpreters/clojure/clooj.nix
@@ -14,7 +14,7 @@ stdenv.mkDerivation {
 
   nativeBuildInputs = [ makeWrapper ];
 
-  phases = "installPhase";
+  dontUnpack = true;
 
   installPhase = ''
     mkdir -p $out/share/java