add meta.branch

+3
+1
pkgs/development/libraries/fox/fox-1.6.nix
··· 21 enableParallelBuilding = true; 22 23 meta = { 24 description = "FOX is a C++ based class library for building Graphical User Interfaces"; 25 longDescription = '' 26 FOX stands for Free Objects for X.
··· 21 enableParallelBuilding = true; 22 23 meta = { 24 + branch = "1.6"; 25 description = "FOX is a C++ based class library for building Graphical User Interfaces"; 26 longDescription = '' 27 FOX stands for Free Objects for X.
+1
pkgs/development/libraries/gmp/4.3.2.nix
··· 28 doCheck = false; 29 30 meta = { 31 description = "GNU multiple precision arithmetic library"; 32 33 longDescription =
··· 28 doCheck = false; 29 30 meta = { 31 + branch = "4"; 32 description = "GNU multiple precision arithmetic library"; 33 34 longDescription =
+1
pkgs/development/tools/parsing/flex/2.5.35.nix
··· 20 }; 21 22 meta = { 23 homepage = http://flex.sourceforge.net/; 24 description = "A fast lexical analyser generator"; 25 };
··· 20 }; 21 22 meta = { 23 + branch = "2.5.35"; 24 homepage = http://flex.sourceforge.net/; 25 description = "A fast lexical analyser generator"; 26 };