forked from mirrors/nixpkgs
json-glib: 0.16.0 -> 1.0.0
This commit is contained in:
parent
f07fd89111
commit
4334d8be9f
|
@ -5,11 +5,11 @@ stdenv.mkDerivation rec {
|
|||
|
||||
src = fetchurlGnome {
|
||||
project = "json-glib";
|
||||
major = "0";
|
||||
minor = "16";
|
||||
patchlevel = "2";
|
||||
major = "1";
|
||||
minor = "0";
|
||||
patchlevel = "0";
|
||||
extension = "xz";
|
||||
sha256 = "0b22yw0n87mg7a5lkqw1d7xqnm8qj1bwy0wklv9b2yn29qv7am59";
|
||||
sha256 = "dbf558d2da989ab84a27e4e13daa51ceaa97eb959c2c2f80976c9322a8f4cdde";
|
||||
};
|
||||
|
||||
configureflags= "--with-introspection" ;
|
||||
|
@ -17,8 +17,10 @@ stdenv.mkDerivation rec {
|
|||
propagatedBuildInputs = [ glib gobjectIntrospection ];
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
|
||||
meta = {
|
||||
meta = with stdenv.lib; {
|
||||
homepage = http://live.gnome.org/JsonGlib;
|
||||
description = "A library providing (de)serialization support for the JavaScript Object Notation (JSON) format";
|
||||
license = licenses.lgpl2;
|
||||
maintainers = with maintainers; [ lethalman ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue