graphene: 1.8.6 → 1.9.6

we need unstable version for glthree
This commit is contained in:
Jan Tojnar
2019-08-22 02:24:54 +02:00
parent 9ad99a811d
commit 0e51dcda37
2 changed files with 46 additions and 44 deletions
@@ -4,6 +4,7 @@
, meson
, ninja
, python3
, mutest
, glib
, gtk-doc
, docbook_xsl
@@ -13,7 +14,7 @@
stdenv.mkDerivation rec {
pname = "graphene";
version = "1.8.6";
version = "1.9.6";
outputs = [ "out" "devdoc" "installedTests" ];
@@ -21,7 +22,7 @@ stdenv.mkDerivation rec {
owner = "ebassi";
repo = pname;
rev = version;
sha256 = "1hdbdzcz86jrvsq5h954ph9q62m8jr2a5s5acklxhdkfqn5bkbv8";
sha256 = "0hb7s6g00l7zlf4hlfda55krn0pls9ajz0hcqrh8m656zr18ddwa";
};
patches = [
@@ -41,17 +42,21 @@ stdenv.mkDerivation rec {
meson
ninja
pkgconfig
gobject-introspection
python3
];
buildInputs = [
glib
gobject-introspection
];
checkInputs = [
glib
mutest
];
doCheck = true;
meta = with stdenv.lib; {
description = "A thin layer of graphic data types";
homepage = "https://ebassi.github.com/graphene";