Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions pkgs/by-name/gn/gnome-shell/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@
libxkbcommon,
libsoup_3,
libxml2,
webkitgtk_6_0,
}:

let
Expand Down Expand Up @@ -174,6 +175,7 @@ stdenv.mkDerivation (finalAttrs: {
# not declared at build time, but typelib is needed at runtime
libgweather
libnma-gtk4
webkitgtk_6_0 # for gnome-shell-portal-helper

# for gnome-extension tool
bash-completion
Expand Down
Loading