mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
ocaml-twt: some fixes
This commit is contained in:
parent
7d3706c788
commit
b33b05a878
1 changed files with 3 additions and 3 deletions
|
@ -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/;
|
||||
|
|
Loading…
Reference in a new issue