gdk-pixbuf: rename from gdk_pixbuf
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ stdenv, fetchurl, pkgconfig, intltool, dbus-glib, gdk_pixbuf, curl, freetype
|
||||
{ stdenv, fetchurl, pkgconfig, intltool, dbus-glib, gdk-pixbuf, curl, freetype
|
||||
, libgsf, poppler, bzip2 }:
|
||||
let
|
||||
p_name = "tumbler";
|
||||
@@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
buildInputs = [
|
||||
intltool dbus-glib gdk_pixbuf curl freetype
|
||||
intltool dbus-glib gdk-pixbuf curl freetype
|
||||
poppler libgsf bzip2
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user