me
/
guix
Archived
1
0
Fork 0

gnu: guile-sqlite3: Use the correct Guile version.

This is a follow-up to commit b6bee63bed4f013064c0d902e7c8b83ed7514ade..

* gnu/packages/guile.scm (guile-sqlite3)[native-inputs]: Remove GUILE-2.2.
Add GUILE-3.0.
master
Marius Bakke 2020-03-17 11:13:20 +01:00
parent cfa4de760a
commit 02ed227f94
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 1 additions and 1 deletions

View File

@ -594,7 +594,7 @@ Guile's foreign function interface.")
(native-inputs
`(("autoconf" ,autoconf)
("automake" ,automake)
("guile" ,guile-2.2)
("guile" ,guile-3.0)
("pkg-config" ,pkg-config)))
(inputs
`(("guile" ,guile-3.0)