summary refs log tree commit diff
path: root/pkgs/development/compilers/ocaml
diff options
context:
space:
mode:
authorPascal Wittmann <mail@pascal-wittmann.de>2017-02-03 21:04:10 +0100
committerPascal Wittmann <mail@pascal-wittmann.de>2017-02-03 22:12:53 +0100
commit2352099a962261bd41906dc6ed25966ffbae6640 (patch)
tree2374b9ccc04c34426ccb6873d68bd446bfbd8926 /pkgs/development/compilers/ocaml
parente3f710466fb042c87d03388bc69a568dd3f33e04 (diff)
downloadnixlib-2352099a962261bd41906dc6ed25966ffbae6640.tar
nixlib-2352099a962261bd41906dc6ed25966ffbae6640.tar.gz
nixlib-2352099a962261bd41906dc6ed25966ffbae6640.tar.bz2
nixlib-2352099a962261bd41906dc6ed25966ffbae6640.tar.lz
nixlib-2352099a962261bd41906dc6ed25966ffbae6640.tar.xz
nixlib-2352099a962261bd41906dc6ed25966ffbae6640.tar.zst
nixlib-2352099a962261bd41906dc6ed25966ffbae6640.zip
ocaml-4.04: dont strip to obtain a working compiler
Diffstat (limited to 'pkgs/development/compilers/ocaml')
-rw-r--r--pkgs/development/compilers/ocaml/4.04.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/development/compilers/ocaml/4.04.nix b/pkgs/development/compilers/ocaml/4.04.nix
index 7e35c9e1aa80..1ded1aed2325 100644
--- a/pkgs/development/compilers/ocaml/4.04.nix
+++ b/pkgs/development/compilers/ocaml/4.04.nix
@@ -3,4 +3,7 @@ import ./generic.nix {
   minor_version = "04";
   patch_version = "0";
   sha256 = "1d2nk3kq4dyzz8dls45r13jprq5by3q8kshc8kvxzm8n4fnnvvb4";
+
+  # If the executable is stipped it does not work
+  dontStrip = true;
 }