summary refs log tree commit diff
path: root/pkgs/development/compilers
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2017-11-03 22:48:50 +0000
committerVincent Laporte <Vincent.Laporte@gmail.com>2017-11-03 22:51:27 +0000
commit4f7c0aed38d0dc3f7f8650d89949b1914b54aef1 (patch)
tree436bce47b870088b2a7f5c7c2bb5fefa0cf263c5 /pkgs/development/compilers
parent3328e35af826d74af576efd510cafb1441eabb1e (diff)
downloadnixpkgs-4f7c0aed38d0dc3f7f8650d89949b1914b54aef1.tar
nixpkgs-4f7c0aed38d0dc3f7f8650d89949b1914b54aef1.tar.gz
nixpkgs-4f7c0aed38d0dc3f7f8650d89949b1914b54aef1.tar.bz2
nixpkgs-4f7c0aed38d0dc3f7f8650d89949b1914b54aef1.tar.lz
nixpkgs-4f7c0aed38d0dc3f7f8650d89949b1914b54aef1.tar.xz
nixpkgs-4f7c0aed38d0dc3f7f8650d89949b1914b54aef1.tar.zst
nixpkgs-4f7c0aed38d0dc3f7f8650d89949b1914b54aef1.zip
ocaml: init at 4.06.0
Diffstat (limited to 'pkgs/development/compilers')
-rw-r--r--pkgs/development/compilers/ocaml/4.06.nix9
1 files changed, 9 insertions, 0 deletions
diff --git a/pkgs/development/compilers/ocaml/4.06.nix b/pkgs/development/compilers/ocaml/4.06.nix
new file mode 100644
index 00000000000..b913d169e97
--- /dev/null
+++ b/pkgs/development/compilers/ocaml/4.06.nix
@@ -0,0 +1,9 @@
+import ./generic.nix {
+  major_version = "4";
+  minor_version = "06";
+  patch_version = "0";
+  sha256 = "1dy542yfnnw10zvh5s9qzswliq11mg7l0bcyss3501qw3vwvadhj";
+
+  # If the executable is stipped it does not work
+  dontStrip = true;
+}