me
/
guix
Archived
1
0
Fork 0

gnu: emacsy-minimal: Inputs now use guile version 2.2.

* gnu/packages/guile-xyz.scm (emacsy-minimal)[inputs]: Use guile2.2-lib and
guile2.2-readline instead of the 3.0 variants.

Signed-off-by: Marius Bakke <marius@gnu.org>
master
Mike Rosset 2020-05-29 07:20:46 -07:00 committed by Marius Bakke
parent 4ef531cd5d
commit 8d6ead32a0
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -2890,8 +2890,8 @@ in C using Gtk+-3 and WebKitGtk.")
(build-system gnu-build-system)
(inputs
`(("guile" ,guile-2.2)
("guile-lib" ,guile-lib)
("guile-readline" ,guile-readline)))
("guile-lib" ,guile2.2-lib)
("guile-readline" ,guile2.2-readline)))
(propagated-inputs '())
(arguments
`(#:configure-flags '("--without-examples")