Skip to content

Commit

Permalink
build-scripts/guix-sbcl-for-nyxt.scm: Fix export of GIO_EXTRA_MODULES…
Browse files Browse the repository at this point in the history
…, etc.
  • Loading branch information
Ambrevar committed Dec 20, 2020
1 parent 5caf780 commit ecd0f89
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build-scripts/guix-sbcl-for-nyxt.scm
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,8 @@
(propagated-inputs
`(,@(package-native-inputs nyxt)
,@(package-inputs nyxt)
;; To export GIO_EXTRA_MODULES, etc.
("glib" ,glib)
;; For user data decryption:
("gnupg" ,gnupg)))
(synopsis "Optimized SBCL for Nyxt development")
Expand Down

0 comments on commit ecd0f89

Please sign in to comment.