mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
add meta.branch
This commit is contained in:
parent
1e388a118c
commit
08cb717c98
@ -21,6 +21,7 @@ stdenv.mkDerivation rec {
|
||||
enableParallelBuilding = true;
|
||||
|
||||
meta = {
|
||||
branch = "1.6";
|
||||
description = "FOX is a C++ based class library for building Graphical User Interfaces";
|
||||
longDescription = ''
|
||||
FOX stands for Free Objects for X.
|
||||
|
@ -28,6 +28,7 @@ stdenv.mkDerivation rec {
|
||||
doCheck = false;
|
||||
|
||||
meta = {
|
||||
branch = "4";
|
||||
description = "GNU multiple precision arithmetic library";
|
||||
|
||||
longDescription =
|
||||
|
@ -20,6 +20,7 @@ stdenv.mkDerivation {
|
||||
};
|
||||
|
||||
meta = {
|
||||
branch = "2.5.35";
|
||||
homepage = http://flex.sourceforge.net/;
|
||||
description = "A fast lexical analyser generator";
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user