ocaml-gettext: dont strip
This commit is contained in:
parent
615582affe
commit
00e27a2854
@ -26,6 +26,8 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
createFindlibDestdir = true;
|
createFindlibDestdir = true;
|
||||||
|
|
||||||
|
dontStrip = true;
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "OCaml Bindings to gettext";
|
description = "OCaml Bindings to gettext";
|
||||||
homepage = https://forge.ocamlcore.org/projects/ocaml-gettext;
|
homepage = https://forge.ocamlcore.org/projects/ocaml-gettext;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user