~ruther/guix-local

8a1f6a7e02afbe63dfa1193282c8b6807b845db2 — Eric Bavier 12 years ago 714084e
gnu: pretty-print: Fix boost reference

* gnu/packages/pretty-print.scm (source-highlight): Change "boost-1.54" input
  to "boost"
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/packages/pretty-print.scm
M gnu/packages/pretty-print.scm => gnu/packages/pretty-print.scm +1 -1
@@ 179,7 179,7 @@ different programming languages.")
    ;; The ctags that comes with emacs does not support the --excmd options,
    ;; so can't be used
    (inputs
     `(("boost" ,boost-1.54)))
     `(("boost" ,boost)))
    (native-inputs
     `(("bison" ,bison)
       ("flex" ,flex)