gnu: skribilo: Adapt to recently renamed 'guile-reader' variable.

This is a followup to commit d6d9f1f715.

* gnu/packages/skribilo.scm (skribilo)[propagated-inputs]: Change
  'guile-reader/guile-2.0' --> 'guile-reader'.
This commit is contained in:
Mark H Weaver 2015-03-02 19:53:42 -05:00
parent 136770c9c7
commit 2ecebec142
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@
;; The 'skribilo' command needs them, and for people using Skribilo as a
;; library, these inputs are needed as well.
(propagated-inputs `(("guile-reader" ,guile-reader/guile-2.0)
(propagated-inputs `(("guile-reader" ,guile-reader)
("guile-lib" ,guile-lib)))
(home-page "http://www.nongnu.org/skribilo/")