mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-25 20:19:18 -05:00
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
1 changed files with 1 additions and 1 deletions
|
@ -179,7 +179,7 @@ (define-public source-highlight
|
||||||
;; 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 a new issue