lol

ocamlPackages.twt: don’t strip

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