gnu: pretty-print: Fix boost reference

* gnu/packages/pretty-print.scm (source-highlight): Change "boost-1.54" input
  to "boost"
This commit is contained in:
Eric Bavier 2014-03-10 11:03:16 -05:00
parent 714084e6c0
commit 8a1f6a7e02
1 changed files with 1 additions and 1 deletions

View File

@ -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)