mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: guile-email: Add "guile3.0-email" variant.
* gnu/packages/guile-xyz.scm (guile3.0-email): New variable.
This commit is contained in:
parent
945a73d82d
commit
63a847cb11
1 changed files with 7 additions and 0 deletions
|
@ -1027,6 +1027,13 @@ Extensions) compliant email messages and reading emails from the mbox
|
|||
format.")
|
||||
(license license:agpl3+)))
|
||||
|
||||
(define-public guile3.0-email
|
||||
(package
|
||||
(inherit guile-email)
|
||||
(name "guile3.0-email")
|
||||
(inputs `(("guile" ,guile-next)
|
||||
,@(alist-delete "guile" (package-inputs guile-email))))))
|
||||
|
||||
(define-public guile-newt
|
||||
(package
|
||||
(name "guile-newt")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue