guix_mirror_bot pushed a commit to branch misc-world-rebuild in repository guix.
commit 4d323d8151a1ed97ccc08504c434ceeb61a7f0fe Author: Andreas Enge <[email protected]> AuthorDate: Tue May 5 21:48:01 2026 +0200 gnu: boost-1.83: Unhide package. The hidden-package stance was a left-over from the time this version was called boost-for-source-highlight. * gnu/packages/boost.scm: Do not use hidden-package. Change-Id: I903cf2ffdb163655bf4fbfc921d4c786600140f0 Merges: https://codeberg.org/guix/guix/pulls/8382 --- gnu/packages/boost.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gnu/packages/boost.scm b/gnu/packages/boost.scm index 97165421fd..67d55fd8f6 100644 --- a/gnu/packages/boost.scm +++ b/gnu/packages/boost.scm @@ -271,7 +271,8 @@ across a broad spectrum of applications.") "0yrgn6syk260ckq9ld44vjv1bl6bamhy3jbp10kikcipcv0d5na6")))))) (define-public boost-1.83 - (hidden-package (package (inherit boost) + (package + (inherit boost) (name "boost") (version "1.83.0") (source (origin @@ -312,7 +313,7 @@ across a broad spectrum of applications.") (else #~()))) ;; Not cross-compiling. - #~())))))))) + #~()))))))) (define-deprecated-package boost-with-python3 boost)
