add branch info
This commit is contained in:
parent
952fa02b90
commit
c67f562d5e
@ -43,6 +43,7 @@ stdenv.mkDerivation rec {
|
|||||||
Also read "The importance of Paying Something" on their homepage, please!
|
Also read "The importance of Paying Something" on their homepage, please!
|
||||||
'';
|
'';
|
||||||
homepage = http://ardour.org/;
|
homepage = http://ardour.org/;
|
||||||
|
branch = "2";
|
||||||
license = "GPLv2";
|
license = "GPLv2";
|
||||||
maintainers = [ stdenv.lib.maintainers.marcweber ];
|
maintainers = [ stdenv.lib.maintainers.marcweber ];
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = stdenv.lib.platforms.linux;
|
||||||
|
@ -19,6 +19,7 @@ stdenv.mkDerivation rec {
|
|||||||
meta = {
|
meta = {
|
||||||
homepage = http://www.gnu.org/software/autoconf/;
|
homepage = http://www.gnu.org/software/autoconf/;
|
||||||
description = "Part of the GNU Build System";
|
description = "Part of the GNU Build System";
|
||||||
|
branch = "2.13";
|
||||||
|
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
GNU Autoconf is an extensible package of M4 macros that produce
|
GNU Autoconf is an extensible package of M4 macros that produce
|
||||||
|
@ -55,6 +55,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Apache HTTPD, the world's most popular web server";
|
description = "Apache HTTPD, the world's most popular web server";
|
||||||
|
branch = "2.2";
|
||||||
homepage = http://httpd.apache.org/;
|
homepage = http://httpd.apache.org/;
|
||||||
license = stdenv.lib.licenses.asl20;
|
license = stdenv.lib.licenses.asl20;
|
||||||
platforms = stdenv.lib.platforms.linux ++ stdenv.lib.platforms.darwin;
|
platforms = stdenv.lib.platforms.linux ++ stdenv.lib.platforms.darwin;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user