Merge pull request #99483 from mdevlamynck/fix-sawfish-build

sawfish: fix build by replacing gdk-pixbuf with gdk-pixbuf-xlib
This commit is contained in:
Anderson Torres 2020-10-03 18:18:29 -03:00 committed by GitHub
commit 11d1b7b69b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
{ stdenv, fetchurl
, pkgconfig, which, autoreconfHook
, rep-gtk, pango, gdk-pixbuf
, rep-gtk, pango, gdk-pixbuf-xlib
, imlib, gettext, texinfo
, libXinerama, libXrandr, libXtst, libICE, libSM
, makeWrapper
@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ autoreconfHook pkgconfig ];
buildInputs = [ which
rep-gtk pango gdk-pixbuf imlib gettext texinfo
rep-gtk pango gdk-pixbuf-xlib imlib gettext texinfo
libXinerama libXrandr libXtst libICE libSM
makeWrapper ];