summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/lablgtk
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2017-06-26 08:27:03 +0200
committerVincent Laporte <Vincent.Laporte@gmail.com>2017-06-26 08:27:03 +0200
commit8d8fdce611f973d2364281aaa2d7ff492a291109 (patch)
tree8b82f1e42b561e5f033b374cf7c0b0713cf0d957 /pkgs/development/ocaml-modules/lablgtk
parent6b89bcbaa6a31f3ab30449a7fb21d257c2308917 (diff)
downloadnixpkgs-8d8fdce611f973d2364281aaa2d7ff492a291109.tar
nixpkgs-8d8fdce611f973d2364281aaa2d7ff492a291109.tar.gz
nixpkgs-8d8fdce611f973d2364281aaa2d7ff492a291109.tar.bz2
nixpkgs-8d8fdce611f973d2364281aaa2d7ff492a291109.tar.lz
nixpkgs-8d8fdce611f973d2364281aaa2d7ff492a291109.tar.xz
nixpkgs-8d8fdce611f973d2364281aaa2d7ff492a291109.tar.zst
nixpkgs-8d8fdce611f973d2364281aaa2d7ff492a291109.zip
ocamlPackages.lablgtk: don’t strip
Diffstat (limited to 'pkgs/development/ocaml-modules/lablgtk')
-rw-r--r--pkgs/development/ocaml-modules/lablgtk/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/ocaml-modules/lablgtk/default.nix b/pkgs/development/ocaml-modules/lablgtk/default.nix
index 7408ee4b478..67f579eb469 100644
--- a/pkgs/development/ocaml-modules/lablgtk/default.nix
+++ b/pkgs/development/ocaml-modules/lablgtk/default.nix
@@ -25,6 +25,8 @@ stdenv.mkDerivation rec {
     export OCAMLPATH=$out/lib/ocaml/${ocaml.version}/site-lib/:$OCAMLPATH
   '';
 
+  dontStrip = true;
+
   meta = with stdenv.lib; {
     platforms = ocaml.meta.platforms or [];
     maintainers = with maintainers; [