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,7 +1,7 @@
{ stdenv, fetchurl, glib, nss, nspr, gconf, fontconfig, freetype
, pango , cairo, libX11 , libXi, libXcursor, libXext, libXfixes
, libXrender, libXcomposite , alsaLib, libXdamage, libXtst, libXrandr
, expat, libcap, systemd , dbus, gtk2 , gdk_pixbuf, libnotify
, expat, libcap, systemd , dbus, gtk2 , gdk-pixbuf, libnotify
}:
let
@@ -27,7 +27,7 @@ in stdenv.mkDerivation rec {
rpath = stdenv.lib.makeLibraryPath [
glib nss nspr gconf fontconfig freetype pango cairo libX11 libXi
libXcursor libXext libXfixes libXrender libXcomposite alsaLib
libXdamage libXtst libXrandr expat libcap dbus gtk2 gdk_pixbuf
libXdamage libXtst libXrandr expat libcap dbus gtk2 gdk-pixbuf
libnotify stdenv.cc.cc
];

View File

@@ -1,5 +1,5 @@
{ stdenv, fetchurl, alsaLib, atk, cairo, cups, udev
, dbus, expat, fontconfig, freetype, gdk_pixbuf, glib, gtk3
, dbus, expat, fontconfig, freetype, gdk-pixbuf, glib, gtk3
, libnotify, nspr, nss, pango, systemd, xorg, autoPatchelfHook, wrapGAppsHook
, runtimeShell, gsettings-desktop-schemas }:
@@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
expat
fontconfig
freetype
gdk_pixbuf
gdk-pixbuf
glib
gsettings-desktop-schemas
gtk3