diff --git a/shells/gnome.nix b/shells/gnome.nix index 66ad19d3..af70bdb2 100644 --- a/shells/gnome.nix +++ b/shells/gnome.nix @@ -14,6 +14,18 @@ , rustPlatform , nodePackages , blueprint-compiler +, desktop-file-utils +, librsvg +, gdk-pixbuf +, gst_all_1 +, gettext +, glib +, appstream-glib +, json-glib +, gobject-introspection +, glib-networking +, glib-testing +, libsoup_3 }: mkShell { @@ -25,6 +37,26 @@ mkShell { gtk4 # The star of the show. libadwaita # The co-star of the show. + # Common development inputs. + desktop-file-utils + librsvg + gdk-pixbuf + gst_all_1.gst-devtools + gst_all_1.gst-libav + gst_all_1.gst-plugins-bad + gst_all_1.gst-plugins-base + gst_all_1.gst-plugins-good + gst_all_1.gst-plugins-ugly + gst_all_1.gstreamer + gettext + glib + appstream-glib + json-glib + gobject-introspection + glib-networking + glib-testing + libsoup_3 + # When Rust and GTK go together... rustPlatform.rust.cargo rustPlatform.rust.rustc