mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-25 04:12:44 +03:00
ocaml-twt: some fixes
This commit is contained in:
parent
7d3706c788
commit
b33b05a878
@ -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 New Issue
Block a user