about summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2021-08-08 01:37:31 +0200
committerGitHub <noreply@github.com>2021-08-08 01:37:31 +0200
commit532010edf648d0309154d70ab0bf9b2c2a4ab3ab (patch)
tree456af8f8ecc80cc2f3d8e6d780646713c8bf345f /pkgs/development/ocaml-modules
parentf56a9805e6659a825e6e80217b46180c84a49baa (diff)
parent22626353b4e4d1988883e9098ed1825185bd0b7c (diff)
downloadnixlib-532010edf648d0309154d70ab0bf9b2c2a4ab3ab.tar
nixlib-532010edf648d0309154d70ab0bf9b2c2a4ab3ab.tar.gz
nixlib-532010edf648d0309154d70ab0bf9b2c2a4ab3ab.tar.bz2
nixlib-532010edf648d0309154d70ab0bf9b2c2a4ab3ab.tar.lz
nixlib-532010edf648d0309154d70ab0bf9b2c2a4ab3ab.tar.xz
nixlib-532010edf648d0309154d70ab0bf9b2c2a4ab3ab.tar.zst
nixlib-532010edf648d0309154d70ab0bf9b2c2a4ab3ab.zip
Merge pull request #132449 from Stunkymonkey/develoment-phases
Diffstat (limited to 'pkgs/development/ocaml-modules')
-rw-r--r--pkgs/development/ocaml-modules/ounit/default.nix2
-rw-r--r--pkgs/development/ocaml-modules/z3/default.nix2
2 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/ocaml-modules/ounit/default.nix b/pkgs/development/ocaml-modules/ounit/default.nix
index 2f4a4f0437a2..fbb75e613309 100644
--- a/pkgs/development/ocaml-modules/ounit/default.nix
+++ b/pkgs/development/ocaml-modules/ounit/default.nix
@@ -7,7 +7,7 @@ stdenv.mkDerivation {
   buildInputs = [ findlib ];
   propagatedBuildInputs = [ ounit2 ];
 
-  phases = [ "unpackPhase" "installPhase" "fixupPhase" ];
+  dontBuild = true;
 
   createFindlibDestdir = true;
 
diff --git a/pkgs/development/ocaml-modules/z3/default.nix b/pkgs/development/ocaml-modules/z3/default.nix
index d24a95102013..01b384fe0ba5 100644
--- a/pkgs/development/ocaml-modules/z3/default.nix
+++ b/pkgs/development/ocaml-modules/z3/default.nix
@@ -10,7 +10,7 @@ stdenv.mkDerivation {
   pname = "ocaml${ocaml.version}-z3";
   inherit (z3-with-ocaml) version;
 
-  phases = [ "installPhase" "fixupPhase" ];
+  dontUnpack = true;
 
   installPhase = ''
     runHook preInstall