summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEvgeny Egorochkin <phreedom@yandex.ru>2014-02-18 04:13:45 +0200
committerEvgeny Egorochkin <phreedom@yandex.ru>2014-02-18 04:13:45 +0200
commitc67f562d5e46808b0581c4368e3755819daa12ec (patch)
tree03d03fe7775cf27c3a8c9dacb2a86e006746ff8c
parent952fa02b9075f8d2bb7783e1cda3df491261fc6c (diff)
add branch info
-rw-r--r--pkgs/applications/audio/ardour/default.nix1
-rw-r--r--pkgs/development/tools/misc/autoconf/2.13.nix1
-rw-r--r--pkgs/servers/http/apache-httpd/2.2.nix1
3 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/applications/audio/ardour/default.nix b/pkgs/applications/audio/ardour/default.nix
index 3ed650d4ae73..08cecfea064d 100644
--- a/pkgs/applications/audio/ardour/default.nix
+++ b/pkgs/applications/audio/ardour/default.nix
@@ -43,6 +43,7 @@ stdenv.mkDerivation rec {
Also read "The importance of Paying Something" on their homepage, please!
'';
homepage = http://ardour.org/;
+ branch = "2";
license = "GPLv2";
maintainers = [ stdenv.lib.maintainers.marcweber ];
platforms = stdenv.lib.platforms.linux;
diff --git a/pkgs/development/tools/misc/autoconf/2.13.nix b/pkgs/development/tools/misc/autoconf/2.13.nix
index 2d8169d408fe..f6793e3aeec0 100644
--- a/pkgs/development/tools/misc/autoconf/2.13.nix
+++ b/pkgs/development/tools/misc/autoconf/2.13.nix
@@ -19,6 +19,7 @@ stdenv.mkDerivation rec {
meta = {
homepage = http://www.gnu.org/software/autoconf/;
description = "Part of the GNU Build System";
+ branch = "2.13";
longDescription = ''
GNU Autoconf is an extensible package of M4 macros that produce
diff --git a/pkgs/servers/http/apache-httpd/2.2.nix b/pkgs/servers/http/apache-httpd/2.2.nix
index f6b31177157c..64dd15be3df7 100644
--- a/pkgs/servers/http/apache-httpd/2.2.nix
+++ b/pkgs/servers/http/apache-httpd/2.2.nix
@@ -55,6 +55,7 @@ stdenv.mkDerivation rec {
meta = {
description = "Apache HTTPD, the world's most popular web server";
+ branch = "2.2";
homepage = http://httpd.apache.org/;
license = stdenv.lib.licenses.asl20;
platforms = stdenv.lib.platforms.linux ++ stdenv.lib.platforms.darwin;