lol

ocamlPackages.twt: don’t strip

+3 -1
+3 -1
pkgs/development/ocaml-modules/twt/default.nix
··· 1 { stdenv, fetchzip, ocaml, findlib }: 2 3 stdenv.mkDerivation { 4 - name = "ocaml-twt-0.94.0"; 5 6 src = fetchzip { 7 url = https://github.com/mlin/twt/archive/v0.94.0.tar.gz; ··· 19 dontBuild = true; 20 21 installFlags = "PREFIX=$(out)"; 22 23 meta = with stdenv.lib; { 24 homepage = http://people.csail.mit.edu/mikelin/ocaml+twt/;
··· 1 { stdenv, fetchzip, ocaml, findlib }: 2 3 stdenv.mkDerivation { 4 + name = "ocaml${ocaml.version}-twt-0.94.0"; 5 6 src = fetchzip { 7 url = https://github.com/mlin/twt/archive/v0.94.0.tar.gz; ··· 19 dontBuild = true; 20 21 installFlags = "PREFIX=$(out)"; 22 + 23 + dontStrip = true; 24 25 meta = with stdenv.lib; { 26 homepage = http://people.csail.mit.edu/mikelin/ocaml+twt/;