add meta.branch

This commit is contained in:
Evgeny Egorochkin 2014-11-03 13:09:48 +02:00
parent 1e388a118c
commit 08cb717c98
3 changed files with 3 additions and 0 deletions

View File

@ -21,6 +21,7 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true; enableParallelBuilding = true;
meta = { meta = {
branch = "1.6";
description = "FOX is a C++ based class library for building Graphical User Interfaces"; description = "FOX is a C++ based class library for building Graphical User Interfaces";
longDescription = '' longDescription = ''
FOX stands for Free Objects for X. FOX stands for Free Objects for X.

View File

@ -28,6 +28,7 @@ stdenv.mkDerivation rec {
doCheck = false; doCheck = false;
meta = { meta = {
branch = "4";
description = "GNU multiple precision arithmetic library"; description = "GNU multiple precision arithmetic library";
longDescription = longDescription =

View File

@ -20,6 +20,7 @@ stdenv.mkDerivation {
}; };
meta = { meta = {
branch = "2.5.35";
homepage = http://flex.sourceforge.net/; homepage = http://flex.sourceforge.net/;
description = "A fast lexical analyser generator"; description = "A fast lexical analyser generator";
}; };