3
0
Fork 0
forked from mirrors/nixpkgs

ocamlPackages.twt: don’t strip

This commit is contained in:
Vincent Laporte 2017-06-25 21:56:39 +02:00
parent aa66c9ad37
commit f0dbe18e9b

View file

@ -1,7 +1,7 @@
{ stdenv, fetchzip, ocaml, findlib }:
stdenv.mkDerivation {
name = "ocaml-twt-0.94.0";
name = "ocaml${ocaml.version}-twt-0.94.0";
src = fetchzip {
url = https://github.com/mlin/twt/archive/v0.94.0.tar.gz;
@ -20,6 +20,8 @@ stdenv.mkDerivation {
installFlags = "PREFIX=$(out)";
dontStrip = true;
meta = with stdenv.lib; {
homepage = http://people.csail.mit.edu/mikelin/ocaml+twt/;
description = "The Whitespace Thing for OCaml";