about summary refs log tree commit diff
path: root/pkgs/development/compilers/ocaml
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2016-11-26 10:35:23 +0100
committerVincent Laporte <Vincent.Laporte@gmail.com>2017-01-24 21:13:00 +0000
commit82ab1f84081f1f15a9075f3c6b445f5e21e0b40d (patch)
tree5cfd164eee4e307b26a7faad5f44cbbeeaab8969 /pkgs/development/compilers/ocaml
parent0caeaf4cdddaf53301b90d82f4840d732918c76d (diff)
downloadnixlib-82ab1f84081f1f15a9075f3c6b445f5e21e0b40d.tar
nixlib-82ab1f84081f1f15a9075f3c6b445f5e21e0b40d.tar.gz
nixlib-82ab1f84081f1f15a9075f3c6b445f5e21e0b40d.tar.bz2
nixlib-82ab1f84081f1f15a9075f3c6b445f5e21e0b40d.tar.lz
nixlib-82ab1f84081f1f15a9075f3c6b445f5e21e0b40d.tar.xz
nixlib-82ab1f84081f1f15a9075f3c6b445f5e21e0b40d.tar.zst
nixlib-82ab1f84081f1f15a9075f3c6b445f5e21e0b40d.zip
ocaml: fix the meta.branch attribute
Diffstat (limited to 'pkgs/development/compilers/ocaml')
-rw-r--r--pkgs/development/compilers/ocaml/generic.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/compilers/ocaml/generic.nix b/pkgs/development/compilers/ocaml/generic.nix
index 0c1b78314123..17b3033c31df 100644
--- a/pkgs/development/compilers/ocaml/generic.nix
+++ b/pkgs/development/compilers/ocaml/generic.nix
@@ -56,7 +56,7 @@ stdenv.mkDerivation (args // rec {
 
   meta = with stdenv.lib; {
     homepage = http://caml.inria.fr/ocaml;
-    branch = "4.03";
+    branch = versionNoPatch;
     license = with licenses; [
       qpl /* compiler */
       lgpl2 /* library */