We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 6b89bcb commit 8d8fdceCopy full SHA for 8d8fdce
pkgs/development/ocaml-modules/lablgtk/default.nix
@@ -25,6 +25,8 @@ stdenv.mkDerivation rec {
25
export OCAMLPATH=$out/lib/ocaml/${ocaml.version}/site-lib/:$OCAMLPATH
26
'';
27
28
+ dontStrip = true;
29
+
30
meta = with stdenv.lib; {
31
platforms = ocaml.meta.platforms or [];
32
maintainers = with maintainers; [
0 commit comments