Merge pull request #199983 from Smona/eww-add-gdk-pixbuf

eww: add gdk-pixbuf dependency

authored by figsoda and committed by GitHub ee716eeb 6d7127b1

+2 -1
+2 -1
pkgs/applications/window-managers/eww/default.nix
··· 3 3 , fetchFromGitHub 4 4 , pkg-config 5 5 , gtk3 6 + , gdk-pixbuf 6 7 , withWayland ? false 7 8 , gtk-layer-shell 8 9 , stdenv ··· 25 26 26 27 nativeBuildInputs = [ pkg-config ]; 27 28 28 - buildInputs = [ gtk3 ] ++ lib.optional withWayland gtk-layer-shell; 29 + buildInputs = [ gtk3 gdk-pixbuf ] ++ lib.optional withWayland gtk-layer-shell; 29 30 30 31 buildNoDefaultFeatures = withWayland; 31 32 buildFeatures = lib.optional withWayland "wayland";