1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

ocaml-twt: some fixes

This commit is contained in:
Vincent Laporte 2014-09-03 12:06:58 +02:00
parent 7d3706c788
commit b33b05a878

View file

@ -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/;