ocaml-gettext: dont strip

This commit is contained in:
Vincent Laporte 2017-10-12 05:35:26 +00:00
parent 615582affe
commit 00e27a2854
No known key found for this signature in database
GPG Key ID: EBD582ADDDB1F81F
1 changed files with 2 additions and 0 deletions

View File

@ -26,6 +26,8 @@ stdenv.mkDerivation rec {
createFindlibDestdir = true;
dontStrip = true;
meta = with stdenv.lib; {
description = "OCaml Bindings to gettext";
homepage = https://forge.ocamlcore.org/projects/ocaml-gettext;