Skip to content

Commit

Permalink
Merge pull request #99537 from mdevlamynck/backport
Browse files Browse the repository at this point in the history
[20.09] sawfish: fix build by replacing gdk-pixbuf with gdk-pixbuf-xlib
  • Loading branch information
worldofpeace authored Oct 4, 2020
2 parents b2ac083 + 424805d commit b5ba701
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/window-managers/sawfish/default.nix
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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 ];

Expand Down

0 comments on commit b5ba701

Please sign in to comment.