add meta.branch

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