summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/lablgtk
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2014-11-06 19:40:20 +0000
committerVincent Laporte <Vincent.Laporte@gmail.com>2014-11-06 19:40:50 +0000
commit3d049938c872eb88c39afd7bdc952abfbb0eb3bd (patch)
tree53db2ac4f7528c9f2c2168c9f07dd8090f935f74 /pkgs/development/ocaml-modules/lablgtk
parentee7e65f033afeaf83abd150133967cdcfe2c43b0 (diff)
downloadnixlib-3d049938c872eb88c39afd7bdc952abfbb0eb3bd.tar
nixlib-3d049938c872eb88c39afd7bdc952abfbb0eb3bd.tar.gz
nixlib-3d049938c872eb88c39afd7bdc952abfbb0eb3bd.tar.bz2
nixlib-3d049938c872eb88c39afd7bdc952abfbb0eb3bd.tar.lz
nixlib-3d049938c872eb88c39afd7bdc952abfbb0eb3bd.tar.xz
nixlib-3d049938c872eb88c39afd7bdc952abfbb0eb3bd.tar.zst
nixlib-3d049938c872eb88c39afd7bdc952abfbb0eb3bd.zip
Adds some “branch” meta-data
Diffstat (limited to 'pkgs/development/ocaml-modules/lablgtk')
-rw-r--r--pkgs/development/ocaml-modules/lablgtk/2.14.0.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/ocaml-modules/lablgtk/2.14.0.nix b/pkgs/development/ocaml-modules/lablgtk/2.14.0.nix
index 5fb9969e62ef..2e50b897f3d3 100644
--- a/pkgs/development/ocaml-modules/lablgtk/2.14.0.nix
+++ b/pkgs/development/ocaml-modules/lablgtk/2.14.0.nix
@@ -25,6 +25,7 @@ stdenv.mkDerivation (rec {
   '';
 
   meta = {
+    branch = "2.14";
     platforms = ocaml.meta.platforms;
     maintainers = [
       stdenv.lib.maintainers.z77z