summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/twt
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2014-09-03 12:06:58 +0200
committerVincent Laporte <Vincent.Laporte@gmail.com>2014-09-03 12:07:33 +0200
commitb33b05a8786c0acde43e0fc8d825f9e1db278862 (patch)
tree1b63d9ba4a4575d4488dabb675d7f8b05e4464da /pkgs/development/ocaml-modules/twt
parent7d3706c78812860fc95ba3c470bebb1c13897de6 (diff)
downloadnixpkgs-b33b05a8786c0acde43e0fc8d825f9e1db278862.tar
nixpkgs-b33b05a8786c0acde43e0fc8d825f9e1db278862.tar.gz
nixpkgs-b33b05a8786c0acde43e0fc8d825f9e1db278862.tar.bz2
nixpkgs-b33b05a8786c0acde43e0fc8d825f9e1db278862.tar.lz
nixpkgs-b33b05a8786c0acde43e0fc8d825f9e1db278862.tar.xz
nixpkgs-b33b05a8786c0acde43e0fc8d825f9e1db278862.tar.zst
nixpkgs-b33b05a8786c0acde43e0fc8d825f9e1db278862.zip
ocaml-twt: some fixes
Diffstat (limited to 'pkgs/development/ocaml-modules/twt')
-rw-r--r--pkgs/development/ocaml-modules/twt/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/ocaml-modules/twt/default.nix b/pkgs/development/ocaml-modules/twt/default.nix
index e2a627aa360..c06449f68b4 100644
--- a/pkgs/development/ocaml-modules/twt/default.nix
+++ b/pkgs/development/ocaml-modules/twt/default.nix
@@ -16,9 +16,9 @@ stdenv.mkDerivation {
     mkdir $out/bin
   '';
 
-  installPhase = ''
-    make install PREFIX=$out
-  '';
+  dontBuild = true;
+
+  installFlags = "PREFIX=$(out)";
 
   meta = {
     homepage = http://people.csail.mit.edu/mikelin/ocaml+twt/;