shells/gnome: make package attributes up-to-date

This commit is contained in:
Gabriel Arazas 2023-06-29 13:54:10 +08:00
parent e95927c83b
commit 160266b2db
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC

View File

@ -11,8 +11,7 @@
, libadwaita , libadwaita
, gjs , gjs
, pkg-config , pkg-config
, rustPlatform
, nodePackages
, blueprint-compiler , blueprint-compiler
, desktop-file-utils , desktop-file-utils
, librsvg , librsvg
@ -26,6 +25,12 @@
, glib-networking , glib-networking
, glib-testing , glib-testing
, libsoup_3 , libsoup_3
, nodePackages
# Rust
, cargo
, rustc
}: }:
mkShell { mkShell {
@ -58,8 +63,8 @@ mkShell {
libsoup_3 libsoup_3
# When Rust and GTK go together... # When Rust and GTK go together...
rustPlatform.rust.cargo cargo
rustPlatform.rust.rustc rustc
# Creating desktop applications with JavaScript without Electron! # Creating desktop applications with JavaScript without Electron!
nodePackages.typescript nodePackages.typescript