GNU bug report logs -
#77908
[PATCH 0/3] Update boost.
Previous Next
Full log
View this message in rfc822 format
* 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
---
gnu/packages/boost.scm | 2 +-
gnu/packages/pretty-print.scm | 2 +-
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 @@ (define-public boost
(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 fb676539b2..026a528fec 100644
--- a/gnu/packages/pretty-print.scm
+++ b/gnu/packages/pretty-print.scm
@@ -319,7 +319,7 @@ (define-public source-highlight
;; 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
--
2.49.0
This bug report was last modified 54 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.