Add uniseg as dependency
This commit is contained in:
parent
6b9fcb725b
commit
73f628b98b
1 changed files with 2 additions and 2 deletions
4
guix.scm
4
guix.scm
|
@ -10,6 +10,7 @@
|
|||
(guix gexp)
|
||||
((guix licenses) #:prefix license:)
|
||||
(guix packages)
|
||||
(solarpunk packages guile)
|
||||
(srfi srfi-1))
|
||||
|
||||
(package
|
||||
|
@ -29,7 +30,7 @@
|
|||
(arguments `())
|
||||
(native-inputs
|
||||
(list autoconf automake pkg-config texinfo))
|
||||
(inputs (list guile-3.0))
|
||||
(inputs (list guile-3.0 guile-uniseg))
|
||||
(propagated-inputs (list))
|
||||
(synopsis "Guile port of reflow")
|
||||
(description
|
||||
|
@ -37,4 +38,3 @@
|
|||
(home-page
|
||||
"https://git.solarpunk.moe/vv/guile-reflow")
|
||||
(license license:gpl3+))
|
||||
|
||||
|
|
Loading…
Reference in a new issue