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

@@ -31,13 +31,13 @@ buildPythonPackage rec {
'';
patches = [
# OSError: dlopen() failed to load a library: gdk_pixbuf-2.0 / gdk_pixbuf-2.0-0
# OSError: dlopen() failed to load a library: gdk-pixbuf-2.0 / gdk-pixbuf-2.0-0
(substituteAll {
src = dlopen_patch;
ext = stdenv.hostPlatform.extensions.sharedLibrary;
cairo = cairo.out;
glib = glib.out;
gdk_pixbuf = gdk_pixbuf.out;
gdk_pixbuf = gdk-pixbuf.out;
})
./fix_test_scaled_font.patch
];