summary refs log tree commit diff
path: root/pkgs/development/tools/misc/automake
diff options
context:
space:
mode:
authorEvgeny Egorochkin <phreedom@yandex.ru>2014-11-03 12:57:46 +0200
committerEvgeny Egorochkin <phreedom@yandex.ru>2014-11-03 12:58:08 +0200
commit3580f6dab53181751a984509089ea190e717f618 (patch)
tree5e1a4d7c651e3a265c7dda89318b051d1cdddd77 /pkgs/development/tools/misc/automake
parent3f21e952f27e69c5f6668585df05bcc91b0373f7 (diff)
downloadnixpkgs-3580f6dab53181751a984509089ea190e717f618.tar
nixpkgs-3580f6dab53181751a984509089ea190e717f618.tar.gz
nixpkgs-3580f6dab53181751a984509089ea190e717f618.tar.bz2
nixpkgs-3580f6dab53181751a984509089ea190e717f618.tar.lz
nixpkgs-3580f6dab53181751a984509089ea190e717f618.tar.xz
nixpkgs-3580f6dab53181751a984509089ea190e717f618.tar.zst
nixpkgs-3580f6dab53181751a984509089ea190e717f618.zip
automake: add meta.branch
Diffstat (limited to 'pkgs/development/tools/misc/automake')
-rw-r--r--pkgs/development/tools/misc/automake/automake-1.11.x.nix1
-rw-r--r--pkgs/development/tools/misc/automake/automake-1.12.x.nix1
-rw-r--r--pkgs/development/tools/misc/automake/automake-1.13.x.nix1
-rw-r--r--pkgs/development/tools/misc/automake/automake-1.14.x.nix1
4 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/development/tools/misc/automake/automake-1.11.x.nix b/pkgs/development/tools/misc/automake/automake-1.11.x.nix
index 2cd80eb4bac..879c7e0e870 100644
--- a/pkgs/development/tools/misc/automake/automake-1.11.x.nix
+++ b/pkgs/development/tools/misc/automake/automake-1.11.x.nix
@@ -31,6 +31,7 @@ stdenv.mkDerivation rec {
   enableParallelBuilding = true;
 
   meta = {
+    branch = "1.11";
     homepage = http://www.gnu.org/software/automake/;
     description = "GNU standard-compliant makefile generator";
 
diff --git a/pkgs/development/tools/misc/automake/automake-1.12.x.nix b/pkgs/development/tools/misc/automake/automake-1.12.x.nix
index 6a93cdc78fd..a875298486f 100644
--- a/pkgs/development/tools/misc/automake/automake-1.12.x.nix
+++ b/pkgs/development/tools/misc/automake/automake-1.12.x.nix
@@ -37,6 +37,7 @@ stdenv.mkDerivation rec {
   dontPatchShebangs = true;
 
   meta = {
+    branch = "1.12";
     homepage = http://www.gnu.org/software/automake/;
     description = "GNU standard-compliant makefile generator";
 
diff --git a/pkgs/development/tools/misc/automake/automake-1.13.x.nix b/pkgs/development/tools/misc/automake/automake-1.13.x.nix
index d4369787f1b..a512cffa007 100644
--- a/pkgs/development/tools/misc/automake/automake-1.13.x.nix
+++ b/pkgs/development/tools/misc/automake/automake-1.13.x.nix
@@ -25,6 +25,7 @@ stdenv.mkDerivation rec {
   dontPatchShebangs = true;
 
   meta = {
+    branch = "1.13";
     homepage = "http://www.gnu.org/software/automake/";
     description = "GNU standard-compliant makefile generator";
     license = stdenv.lib.licenses.gpl2Plus;
diff --git a/pkgs/development/tools/misc/automake/automake-1.14.x.nix b/pkgs/development/tools/misc/automake/automake-1.14.x.nix
index 0c6ed42825a..f95b7de2e17 100644
--- a/pkgs/development/tools/misc/automake/automake-1.14.x.nix
+++ b/pkgs/development/tools/misc/automake/automake-1.14.x.nix
@@ -25,6 +25,7 @@ stdenv.mkDerivation rec {
   dontPatchShebangs = true;
 
   meta = {
+    branch = "1.14";
     homepage = "http://www.gnu.org/software/automake/";
     description = "GNU standard-compliant makefile generator";
     license = stdenv.lib.licenses.gpl2Plus;