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:
parent
714084e6c0
commit
8a1f6a7e02
|
@ -179,7 +179,7 @@ different programming languages.")
|
||||||
;; The ctags that comes with emacs does not support the --excmd options,
|
;; The ctags that comes with emacs does not support the --excmd options,
|
||||||
;; so can't be used
|
;; so can't be used
|
||||||
(inputs
|
(inputs
|
||||||
`(("boost" ,boost-1.54)))
|
`(("boost" ,boost)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("bison" ,bison)
|
`(("bison" ,bison)
|
||||||
("flex" ,flex)
|
("flex" ,flex)
|
||||||
|
|
Loading…
Reference in New Issue