tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
add meta.branch
Evgeny Egorochkin
11 years ago
08cb717c
1e388a11
+3
3 changed files
expand all
collapse all
unified
split
pkgs
development
libraries
fox
fox-1.6.nix
gmp
4.3.2.nix
tools
parsing
flex
2.5.35.nix
+1
pkgs/development/libraries/fox/fox-1.6.nix
···
21
21
enableParallelBuilding = true;
22
22
23
23
meta = {
24
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
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
23
+
branch = "2.5.35";
23
24
homepage = http://flex.sourceforge.net/;
24
25
description = "A fast lexical analyser generator";
25
26
};