mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -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,
|
||||
;; so can't be used
|
||||
(inputs
|
||||
`(("boost" ,boost-1.54)))
|
||||
`(("boost" ,boost)))
|
||||
(native-inputs
|
||||
`(("bison" ,bison)
|
||||
("flex" ,flex)
|
||||
|
|
Loading…
Reference in a new issue