guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 3cac52e19f4e5e19758572a8b689c5a65194871a
Author: Andreas Enge <[email protected]>
AuthorDate: Sat Jul 4 12:14:57 2026 +0200

    gnu: Remove libstdc++-doc-5.
    
    * gnu/packages/gcc.scm (libstdc++-doc-5): Delete variable.
---
 gnu/packages/gcc.scm | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/gnu/packages/gcc.scm b/gnu/packages/gcc.scm
index e0ef266b41..a97d0d7fe7 100644
--- a/gnu/packages/gcc.scm
+++ b/gnu/packages/gcc.scm
@@ -1822,9 +1822,6 @@ provides the GNU compiler for the Go programming 
language.")
                               "doc-install-man")))))))
     (properties (alist-delete 'hidden? (package-properties gcc)))))
 
-(define-public libstdc++-doc-5
-  (make-libstdc++-doc gcc-5))
-
 (define-public libstdc++-doc-9
   (make-libstdc++-doc gcc-9))
 

Reply via email to