mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-30 22:57:55 +00:00
shells/gtk: update inputs
This commit is contained in:
parent
1b0dc9f7af
commit
1abb1ae9a6
@ -1,4 +1,5 @@
|
||||
{ mkShell
|
||||
, lib
|
||||
, wrapGAppsHook
|
||||
, desktop-file-utils
|
||||
, glib
|
||||
@ -8,20 +9,28 @@
|
||||
, libportal
|
||||
, libportal-gtk
|
||||
, gtk
|
||||
, meson
|
||||
, ninja
|
||||
, pkg-config
|
||||
}:
|
||||
|
||||
mkShell {
|
||||
packages = [
|
||||
gtk
|
||||
glib
|
||||
meson
|
||||
ninja
|
||||
pkg-config
|
||||
|
||||
appstream-glib
|
||||
desktop-file-utils
|
||||
|
||||
blueprint-compiler
|
||||
] ++ (lib.optionals (lib.versionAtLeast gtk.version "4.0") [
|
||||
libadwaita
|
||||
libportal
|
||||
libportal-gtk
|
||||
];
|
||||
]);
|
||||
|
||||
inputsFrom = [ gtk ];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user