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:
Greg Hogan 2025-04-18 15:26:28 +00:00
parent 08e139b8ed
commit 9929181de2
No known key found for this signature in database
GPG key ID: EF6EB27413CFEEF3
2 changed files with 2 additions and 2 deletions

View file

@ -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")

View file

@ -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