ocaml-4.04: dont strip to obtain a working compiler

This commit is contained in:
Pascal Wittmann 2017-02-03 21:04:10 +01:00
parent e3f710466f
commit 2352099a96
No known key found for this signature in database
GPG Key ID: C899ACE7E2322852

View File

@ -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;
}