shells/gnome: add more dependencies

This commit is contained in:
Gabriel Arazas 2022-09-25 11:49:43 +08:00
parent 90dd0f9c35
commit 7e63fced48

View File

@ -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