Skip to content

Commit

Permalink
lisp-modules.nyxt-gtk: use gi-gtk system instead of gtk system
Browse files Browse the repository at this point in the history
Package :nyxt/gi-gtk-application instead of :nyxt/gtk-application.
ref: NixOS#217888 (comment)
  • Loading branch information
dariof4 committed Jun 10, 2023
1 parent e59c30b commit e577ef5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkgs/development/lisp-modules/packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@ let

buildScript = pkgs.writeText "build-nyxt.lisp" ''
(load "${super.nyxt.asdfFasl}/asdf.${super.nyxt.faslExt}")
(asdf:load-system :nyxt/gtk-application)
(asdf:load-system :nyxt/gi-gtk-application)
(sb-ext:save-lisp-and-die "nyxt" :executable t
#+sb-core-compression :compression
#+sb-core-compression t
Expand All @@ -438,6 +438,7 @@ let
--prefix LD_LIBRARY_PATH : $LD_LIBRARY_PATH \
--prefix XDG_DATA_DIRS : $XDG_ICON_DIRS \
--prefix XDG_DATA_DIRS : $GSETTINGS_SCHEMAS_PATH \
--prefix GI_TYPELIB_PATH : $GI_TYPELIB_PATH \
--prefix GIO_EXTRA_MODULES ":" ${pkgs.dconf.lib}/lib/gio/modules/ \
--prefix GIO_EXTRA_MODULES ":" ${pkgs.glib-networking}/lib/gio/modules/
'';
Expand Down

0 comments on commit e577ef5

Please sign in to comment.