summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGreg Hogan <code@greghogan.com>2025-04-18 15:26:28 +0000
committerGreg Hogan <code@greghogan.com>2025-07-14 13:14:44 +0000
commit3abc3fd1e9b3c0a642ff21db38cccab32c662337 (patch)
tree684b238f3247323b99e64c618bfdc30f994ed7a3
parent5058572d705d7e233c4241929ef27d11f4dae4c5 (diff)
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
-rw-r--r--gnu/packages/boost.scm2
-rw-r--r--gnu/packages/pretty-print.scm2
2 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/boost.scm b/gnu/packages/boost.scm
index f50d49188d..f2660358c9 100644
--- a/gnu/packages/boost.scm
+++ b/gnu/packages/boost.scm
@@ -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")
diff --git a/gnu/packages/pretty-print.scm b/gnu/packages/pretty-print.scm
index 1ff17eb1fe..c404b4ee88 100644
--- a/gnu/packages/pretty-print.scm
+++ b/gnu/packages/pretty-print.scm
@@ -375,7 +375,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