Skip to content

Commit 8d8fdce

Browse files
committedJun 26, 2017
ocamlPackages.lablgtk: don’t strip
1 parent 6b89bcb commit 8d8fdce

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎pkgs/development/ocaml-modules/lablgtk/default.nix

+2
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ stdenv.mkDerivation rec {
2525
export OCAMLPATH=$out/lib/ocaml/${ocaml.version}/site-lib/:$OCAMLPATH
2626
'';
2727

28+
dontStrip = true;
29+
2830
meta = with stdenv.lib; {
2931
platforms = ocaml.meta.platforms or [];
3032
maintainers = with maintainers; [

0 commit comments

Comments
 (0)
Please sign in to comment.