Merge pull request #23822 from ndowens/google-gflags
google-gflags: 2.1.2 -> 2.2.0
This commit is contained in:
commit
7701c03bac
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "google-gflags-${version}";
|
name = "google-gflags-${version}";
|
||||||
version = "2.1.2";
|
version = "2.2.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "gflags";
|
owner = "gflags";
|
||||||
repo = "gflags";
|
repo = "gflags";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "0qxvr9cyxq3px60jglkm94pq5bil8dkjjdb99l3ypqcds7iypx9w";
|
sha256 = "1y5808ky8qhjwv1nf134czz0h2p2faqvjhxa9zxf8mg8hn4ns9wp";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ cmake ];
|
nativeBuildInputs = [ cmake ];
|
||||||
@ -21,17 +21,16 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
description = "A C++ library that implements commandline flags processing";
|
description = "A C++ library that implements commandline flags processing";
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
The gflags package contains a C++ library that implements commandline flags processing.
|
The gflags package contains a C++ library that implements commandline flags processing.
|
||||||
As such it's a replacement for getopt().
|
As such it's a replacement for getopt().
|
||||||
It was owned by Google. google-gflags project has been renamed to gflags and maintained by new community.
|
It was owned by Google. google-gflags project has been renamed to gflags and maintained by new community.
|
||||||
'';
|
'';
|
||||||
homepage = https://code.google.com/p/gflags/;
|
homepage = https://gflags.github.io/gflags/;
|
||||||
license = stdenv.lib.licenses.bsd3;
|
license = licenses.bsd3;
|
||||||
|
maintainers = [ maintainers.linquize ];
|
||||||
maintainers = [ stdenv.lib.maintainers.linquize ];
|
platforms = platforms.all;
|
||||||
platforms = stdenv.lib.platforms.all;
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user