gdk-pixbuf: rename from gdk_pixbuf

This commit is contained in:
worldofpeace
2019-05-22 07:03:39 -04:00
parent 23a3256ee1
commit b1bc0645ea
246 changed files with 581 additions and 581 deletions

View File

@@ -1,5 +1,5 @@
{ stdenv, fetchurl, meson, ninja, pkgconfig, fetchpatch
, glib, gdk_pixbuf, gobject-introspection, gnome3 }:
, glib, gdk-pixbuf, gobject-introspection, gnome3 }:
stdenv.mkDerivation rec {
pname = "libnotify";
@@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
];
nativeBuildInputs = [ meson ninja pkgconfig gobject-introspection ];
buildInputs = [ glib gdk_pixbuf ];
buildInputs = [ glib gdk-pixbuf ];
passthru = {
updateScript = gnome3.updateScript {