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:11:02 +0200
committerFelix Buehler <account@buehler.rocks>2021-07-27 14:11:06 +0200
commit327cb2e9f05ce630d8f8c91f79094a060d27c75e (patch)
tree194dd0e30ce804a6a676f74aad461e3e8aa5cbf5 /pkgs/development/tools
parent599378f38f98799529f566562f527bc7eeaf5dbb (diff)
downloadnixlib-327cb2e9f05ce630d8f8c91f79094a060d27c75e.tar
nixlib-327cb2e9f05ce630d8f8c91f79094a060d27c75e.tar.gz
nixlib-327cb2e9f05ce630d8f8c91f79094a060d27c75e.tar.bz2
nixlib-327cb2e9f05ce630d8f8c91f79094a060d27c75e.tar.lz
nixlib-327cb2e9f05ce630d8f8c91f79094a060d27c75e.tar.xz
nixlib-327cb2e9f05ce630d8f8c91f79094a060d27c75e.tar.zst
nixlib-327cb2e9f05ce630d8f8c91f79094a060d27c75e.zip
ocamlPackages.utop: deprecate phases
Diffstat (limited to 'pkgs/development/tools')
-rw-r--r--pkgs/development/tools/ocaml/utop/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/ocaml/utop/default.nix b/pkgs/development/tools/ocaml/utop/default.nix
index 361f64046ceb..913871314cfe 100644
--- a/pkgs/development/tools/ocaml/utop/default.nix
+++ b/pkgs/development/tools/ocaml/utop/default.nix
@@ -34,7 +34,7 @@ buildDunePackage rec {
 
        buildInputs = [ findlib ] ++ propagatedBuildInputs;
 
-       phases = [ "installPhase" ];
+       dontUnpack = true;
 
        installPhase = ''
          mkdir -p "$out"/${path}