me
/
guix
Archived
1
0
Fork 0

gnu: guile2.2-shepherd: Add missing input.

* gnu/packages/admin.scm (guile2.2-shepherd)[inputs]: Add
guile2.2-readline.
master
Efraim Flashner 2021-01-21 12:26:04 +02:00
parent 55b4120fcc
commit 3c0f7dcbad
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 1 deletions

View File

@ -298,7 +298,8 @@ interface and is based on GNU Guile.")
`(("pkg-config" ,pkg-config)
("guile" ,guile-2.2)))
(inputs
`(("guile" ,guile-2.2)))))
`(("guile" ,guile-2.2)
("guile2.2-readline" ,guile2.2-readline)))))
(define-public guile3.0-shepherd
(deprecated-package "guile3.0-shepherd" shepherd))