Skip to content

Commit

Permalink
sawfish: fix build by replacing gdk-pixbuf with gdk-pixbuf-xlib
Browse files Browse the repository at this point in the history
(cherry picked from commit 5dba52e)
  • Loading branch information
mdevlamynck committed Oct 4, 2020
1 parent 3bef864 commit 424805d
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 424805d

Please sign in to comment.