diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2019-01-28 13:17:56 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2019-01-28 13:17:56 +0100 |
commit | d171e77f145ccac7f7a6b5d117503e4be3a166ca (patch) | |
tree | 8fa6b2946a89270d1af0673fed5834a03e86f2ab /guix.scm | |
parent | 193ac4526fce9242a4aa420b80bee96a6990088f (diff) |
guix: Use GUILE-2.2 variable.
* guix.scm (mumi)[propagated-inputs]: Replace guile-2.2.4 with guile-2.2.
Diffstat (limited to 'guix.scm')
-rw-r--r-- | guix.scm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -103,7 +103,7 @@ Debbugs bug tracker's SOAP service.") ("guile-json" ,guile-json) ("guile-fibers" ,guile-fibers) ("guile-syntax-highlight" ,guile-syntax-highlight) - ("guile" ,guile-2.2.4))) + ("guile" ,guile-2.2))) (native-inputs `(("autoconf" ,autoconf) ("automake" ,automake) |