diff options
author | Leo Famulari <leo@famulari.name> | 2017-07-01 16:02:46 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2017-07-01 16:08:47 -0400 |
commit | 5ace0919c2b725d115903042ece0ac5904d074fd (patch) | |
tree | dcdaf4f87909e44048793971f6a06295e51274b3 /gnu/packages/skribilo.scm | |
parent | 6b820ef15d532a3d0016be657a99d88377c7e03c (diff) | |
download | patches-5ace0919c2b725d115903042ece0ac5904d074fd.tar patches-5ace0919c2b725d115903042ece0ac5904d074fd.tar.gz |
Revert "gnu: guile-lib: Switch to Guile 2.2."
This reverts commit 66b9183c4f634d9b2ae41176e4eddf0ebb218532.
Diffstat (limited to 'gnu/packages/skribilo.scm')
-rw-r--r-- | gnu/packages/skribilo.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/skribilo.scm b/gnu/packages/skribilo.scm index 458d91e569..78b4806c8c 100644 --- a/gnu/packages/skribilo.scm +++ b/gnu/packages/skribilo.scm @@ -74,7 +74,7 @@ ;; The 'skribilo' command needs them, and for people using Skribilo as a ;; library, these inputs are needed as well. (propagated-inputs `(("guile-reader" ,guile2.0-reader) - ("guile-lib" ,guile2.0-lib))) + ("guile-lib" ,guile-lib))) (home-page "http://www.nongnu.org/skribilo/") (synopsis "Document production tool written in Guile Scheme") |