mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00:00
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 {
|
src = fetchurlGnome {
|
||||||
project = "json-glib";
|
project = "json-glib";
|
||||||
major = "0";
|
major = "1";
|
||||||
minor = "16";
|
minor = "0";
|
||||||
patchlevel = "2";
|
patchlevel = "0";
|
||||||
extension = "xz";
|
extension = "xz";
|
||||||
sha256 = "0b22yw0n87mg7a5lkqw1d7xqnm8qj1bwy0wklv9b2yn29qv7am59";
|
sha256 = "dbf558d2da989ab84a27e4e13daa51ceaa97eb959c2c2f80976c9322a8f4cdde";
|
||||||
};
|
};
|
||||||
|
|
||||||
configureflags= "--with-introspection" ;
|
configureflags= "--with-introspection" ;
|
||||||
|
@ -17,8 +17,10 @@ stdenv.mkDerivation rec {
|
||||||
propagatedBuildInputs = [ glib gobjectIntrospection ];
|
propagatedBuildInputs = [ glib gobjectIntrospection ];
|
||||||
nativeBuildInputs = [ pkgconfig ];
|
nativeBuildInputs = [ pkgconfig ];
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
homepage = http://live.gnome.org/JsonGlib;
|
homepage = http://live.gnome.org/JsonGlib;
|
||||||
description = "A library providing (de)serialization support for the JavaScript Object Notation (JSON) format";
|
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