gnu: pretty-print: Fix boost reference
* gnu/packages/pretty-print.scm (source-highlight): Change "boost-1.54" input to "boost"master
parent
714084e6c0
commit
8a1f6a7e02
|
@ -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)
|
||||
|
|
Reference in New Issue