guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 24d0389433b70c6f91495d41823d957708729db1
Author: Andreas Enge <[email protected]>
AuthorDate: Sat Jul 4 12:15:11 2026 +0200
gnu: Remove libstdc++-doc-9.
* gnu/packages/gcc.scm (libstdc++-doc-9): 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 a97d0d7fe7..1970cf4ce6 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-9
- (make-libstdc++-doc gcc-9))
-
(define-public isl
(package
(name "isl")