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 , fetchFromGitHub 4 , pkg-config 5 , gtk3 6 , withWayland ? false 7 , gtk-layer-shell 8 , stdenv ··· 25 26 nativeBuildInputs = [ pkg-config ]; 27 28 - buildInputs = [ gtk3 ] ++ lib.optional withWayland gtk-layer-shell; 29 30 buildNoDefaultFeatures = withWayland; 31 buildFeatures = lib.optional withWayland "wayland";
··· 3 , fetchFromGitHub 4 , pkg-config 5 , gtk3 6 + , gdk-pixbuf 7 , withWayland ? false 8 , gtk-layer-shell 9 , stdenv ··· 26 27 nativeBuildInputs = [ pkg-config ]; 28 29 + buildInputs = [ gtk3 gdk-pixbuf ] ++ lib.optional withWayland gtk-layer-shell; 30 31 buildNoDefaultFeatures = withWayland; 32 buildFeatures = lib.optional withWayland "wayland";