mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Rename boost-for-source-highlight to boost-1.83.
* gnu/packages/boost.scm (boost-for-source-highlight): Rename this ... (boost-1.83): ... to this. * gnu/packages/pretty-print.scm (source-highlight): Update accordingly. Change-Id: Iefbc274a0e7a54c22882de51a429c4ffb9c6efaf
This commit is contained in:
parent
08e139b8ed
commit
9929181de2
2 changed files with 2 additions and 2 deletions
|
@ -208,7 +208,7 @@ across a broad spectrum of applications.")
|
|||
(license (license:x11-style "https://www.boost.org/LICENSE_1_0.txt"
|
||||
"Some components have other similar licences."))))
|
||||
|
||||
(define-public boost-for-source-highlight
|
||||
(define-public boost-1.83
|
||||
(hidden-package (package (inherit boost)
|
||||
(name "boost")
|
||||
(version "1.83.0")
|
||||
|
|
|
@ -377,7 +377,7 @@ a fast alternative to @code{IOStreams}.")
|
|||
;; The ctags that comes with emacs does not support the --excmd options,
|
||||
;; so can't be used
|
||||
(inputs
|
||||
(list boost-for-source-highlight))
|
||||
(list boost-1.83))
|
||||
(native-inputs
|
||||
(list bison flex))
|
||||
(arguments
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue