gdk-pixbuf: 2.42.8 → 2.42.9
https://gitlab.gnome.org/GNOME/gdk-pixbuf/-/compare/2.42.8...2.42.9 Changelog-Reviewed-By: Jan Tojnar <jtojnar@gmail.com>
This commit is contained in:
parent
526f7860ca
commit
28f93b78b3
1 changed files with 4 additions and 8 deletions
|
@ -7,9 +7,7 @@
|
|||
, pkg-config
|
||||
, gettext
|
||||
, python3
|
||||
, libxslt
|
||||
, docbook-xsl-nons
|
||||
, docbook_xml_dtd_43
|
||||
, docutils
|
||||
, gi-docgen
|
||||
, glib
|
||||
, libtiff
|
||||
|
@ -25,14 +23,14 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "gdk-pixbuf";
|
||||
version = "2.42.8";
|
||||
version = "2.42.9";
|
||||
|
||||
outputs = [ "out" "dev" "man" "devdoc" ]
|
||||
++ lib.optional (stdenv.buildPlatform == stdenv.hostPlatform) "installedTests";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnome/sources/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
|
||||
sha256 = "hKzqOsskEbKRNLMgFaWxqqYoRLGcSx74uJccawdZ9MY=";
|
||||
sha256 = "KPeVjnvymjLU6WNVbSQdCkGmeGWC/2pa0RZl4DR/yWI=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
|
@ -59,9 +57,7 @@ stdenv.mkDerivation rec {
|
|||
gobject-introspection
|
||||
|
||||
# for man pages
|
||||
libxslt
|
||||
docbook-xsl-nons
|
||||
docbook_xml_dtd_43
|
||||
docutils
|
||||
] ++ lib.optionals stdenv.isDarwin [
|
||||
fixDarwinDylibNames
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue