Add gflags
This commit is contained in:
parent
f4afbf6e77
commit
9d7883374c
10
pkgs/development/libraries/gflags/default.nix
Normal file
10
pkgs/development/libraries/gflags/default.nix
Normal file
@ -0,0 +1,10 @@
|
||||
{ stdenv, fetchurl, cmake }:
|
||||
|
||||
stdenv.mkDerivation
|
||||
{ name = "gflags-2.2.1";
|
||||
src = fetchurl
|
||||
{ url = "https://github.com/gflags/gflags/archive/v2.2.1.tar.gz";
|
||||
sha256 = "03lxc2ah8i392kh1naq99iip34k4fpv22kwflyx3byd2ssycs9xf";
|
||||
};
|
||||
nativeBuildInputs = [ cmake ];
|
||||
}
|
@ -8519,6 +8519,8 @@ with pkgs;
|
||||
|
||||
gettext = callPackage ../development/libraries/gettext { };
|
||||
|
||||
gflags = callPackage ../development/libraries/gflags { };
|
||||
|
||||
gf2x = callPackage ../development/libraries/gf2x {};
|
||||
|
||||
gd = callPackage ../development/libraries/gd {
|
||||
|
Loading…
Reference in New Issue
Block a user