automake: add meta.branch
This commit is contained in:
parent
3f21e952f2
commit
3580f6dab5
@ -31,6 +31,7 @@ stdenv.mkDerivation rec {
|
|||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
|
branch = "1.11";
|
||||||
homepage = http://www.gnu.org/software/automake/;
|
homepage = http://www.gnu.org/software/automake/;
|
||||||
description = "GNU standard-compliant makefile generator";
|
description = "GNU standard-compliant makefile generator";
|
||||||
|
|
||||||
|
@ -37,6 +37,7 @@ stdenv.mkDerivation rec {
|
|||||||
dontPatchShebangs = true;
|
dontPatchShebangs = true;
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
|
branch = "1.12";
|
||||||
homepage = http://www.gnu.org/software/automake/;
|
homepage = http://www.gnu.org/software/automake/;
|
||||||
description = "GNU standard-compliant makefile generator";
|
description = "GNU standard-compliant makefile generator";
|
||||||
|
|
||||||
|
@ -25,6 +25,7 @@ stdenv.mkDerivation rec {
|
|||||||
dontPatchShebangs = true;
|
dontPatchShebangs = true;
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
|
branch = "1.13";
|
||||||
homepage = "http://www.gnu.org/software/automake/";
|
homepage = "http://www.gnu.org/software/automake/";
|
||||||
description = "GNU standard-compliant makefile generator";
|
description = "GNU standard-compliant makefile generator";
|
||||||
license = stdenv.lib.licenses.gpl2Plus;
|
license = stdenv.lib.licenses.gpl2Plus;
|
||||||
|
@ -25,6 +25,7 @@ stdenv.mkDerivation rec {
|
|||||||
dontPatchShebangs = true;
|
dontPatchShebangs = true;
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
|
branch = "1.14";
|
||||||
homepage = "http://www.gnu.org/software/automake/";
|
homepage = "http://www.gnu.org/software/automake/";
|
||||||
description = "GNU standard-compliant makefile generator";
|
description = "GNU standard-compliant makefile generator";
|
||||||
license = stdenv.lib.licenses.gpl2Plus;
|
license = stdenv.lib.licenses.gpl2Plus;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user