Merge pull request #17687 from DamienCassou/update-gnome3.20-packages-august

Update gnome3.20 packages august
This commit is contained in:
Damien Cassou
2016-08-13 09:00:21 +02:00
committed by GitHub
12 changed files with 37 additions and 38 deletions

View File

@@ -5,13 +5,13 @@
}:
stdenv.mkDerivation rec {
name = "appstream-glib-0.5.11";
name = "appstream-glib-0.5.12";
src = fetchFromGitHub {
owner = "hughsie";
repo = "appstream-glib";
rev = stdenv.lib.replaceStrings ["." "-"] ["_" "_"] name;
sha256 = "1rvfncm9z29h70pd718j73cd263g6yyxkxrg7zfzy0gj6wwzvhkh";
sha256 = "00b0441f409vzgy0znn42k093w7hwv3495qvsakxnhvk1h1ws23s";
};
nativeBuildInputs = [ autoconf automake libtool pkgconfig intltool ];

View File

@@ -1,5 +1,5 @@
{ stdenv, fetchurl, pkgconfig, glib, babl, libpng, cairo, libjpeg, which
, librsvg, pango, gtk, bzip2, intltool, libtool, automake, autoconf, json_glib }:
, librsvg, pango, gtk, bzip2, intltool, libtool, automake, autoconf, json_glib , libraw }:
stdenv.mkDerivation rec {
name = "gegl-0.3.6";
@@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
configureFlags = "--disable-docs";
buildInputs = [ babl libpng cairo libjpeg librsvg pango gtk bzip2 intltool
autoconf automake libtool which json_glib ];
autoconf automake libtool which json_glib libraw ];
nativeBuildInputs = [ pkgconfig ];

View File

@@ -9,7 +9,9 @@ stdenv.mkDerivation rec {
sha256 = "18fygk896gxbx47nh2rn5jp4skisgkl6pdfjqb7h0zn39hd6b6g5";
};
buildInputs = [ lcms2 jasper ];
buildInputs = [ jasper ];
propagatedBuildInputs = [ lcms2 ];
nativeBuildInputs = [ pkgconfig ];