mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-12 06:19:00 +00:00
shells/gnome: add more dependencies
This commit is contained in:
parent
90dd0f9c35
commit
7e63fced48
@ -14,6 +14,18 @@
|
|||||||
, rustPlatform
|
, rustPlatform
|
||||||
, nodePackages
|
, nodePackages
|
||||||
, blueprint-compiler
|
, 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 {
|
mkShell {
|
||||||
@ -25,6 +37,26 @@ mkShell {
|
|||||||
gtk4 # The star of the show.
|
gtk4 # The star of the show.
|
||||||
libadwaita # The co-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...
|
# When Rust and GTK go together...
|
||||||
rustPlatform.rust.cargo
|
rustPlatform.rust.cargo
|
||||||
rustPlatform.rust.rustc
|
rustPlatform.rust.rustc
|
||||||
|
Loading…
Reference in New Issue
Block a user