mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: guile-debbugs: Build with Guile 3.0.
* gnu/packages/guile-xyz.scm (guile-debbugs)[native-inputs]: Replace guile-2.2 with guile-3.0.
This commit is contained in:
parent
66997dc0a2
commit
cd23eb067e
1 changed files with 1 additions and 1 deletions
|
@ -1018,7 +1018,7 @@ (define-public guile-debbugs
|
|||
(propagated-inputs
|
||||
`(("guile-email" ,guile-email)))
|
||||
(native-inputs
|
||||
`(("guile" ,guile-2.2)
|
||||
`(("guile" ,guile-3.0)
|
||||
("pkg-config" ,pkg-config)))
|
||||
(home-page "https://savannah.gnu.org/projects/guile-debbugs/")
|
||||
(synopsis "Guile interface to the Debbugs bug tracking service")
|
||||
|
|
Loading…
Reference in a new issue