[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/10: gnu: libstdc++-doc: Add version 9.x.
From: |
guix-commits |
Subject: |
04/10: gnu: libstdc++-doc: Add version 9.x. |
Date: |
Tue, 21 May 2019 18:09:54 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit e7313ae2936dfc0b3627d06b79d24fba5c04e406
Author: Ludovic Courtès <address@hidden>
Date: Tue May 21 15:47:48 2019 +0200
gnu: libstdc++-doc: Add version 9.x.
* gnu/packages/gcc.scm (libstdc++-doc-4.9): Remove.
(libstdc++-doc-9): New variable.
---
gnu/packages/gcc.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/gcc.scm b/gnu/packages/gcc.scm
index 3edbf92..c8e993c 100644
--- a/gnu/packages/gcc.scm
+++ b/gnu/packages/gcc.scm
@@ -851,12 +851,12 @@ as the 'native-search-paths' field."
"doc-install-man")))))))
(properties (alist-delete 'hidden? (package-properties gcc)))))
-(define-public libstdc++-doc-4.9
- (make-libstdc++-doc gcc-4.9))
-
(define-public libstdc++-doc-5
(make-libstdc++-doc gcc-5))
+(define-public libstdc++-doc-9
+ (make-libstdc++-doc gcc-9))
+
(define-public isl
(package
(name "isl")
- branch master updated (6acf6ce -> ea54133), guix-commits, 2019/05/21
- 02/10: pack: Warn when building an empty pack., guix-commits, 2019/05/21
- 03/10: gnu: libstdc++-doc: Unhide., guix-commits, 2019/05/21
- 01/10: pack: Add '--root'., guix-commits, 2019/05/21
- 06/10: gnu: emacs: Make build more reproducible, guix-commits, 2019/05/21
- 09/10: gnu: gettext-minimal: Specify upstream name and CPE name., guix-commits, 2019/05/21
- 10/10: gnu: Add libtextstyle., guix-commits, 2019/05/21
- 04/10: gnu: libstdc++-doc: Add version 9.x.,
guix-commits <=
- 05/10: gnu: Add mallard-ducktype, guix-commits, 2019/05/21
- 08/10: weather: Accept package specs on the command line., guix-commits, 2019/05/21
- 07/10: gnu: emacs-minimal, emacs-xwidgets: Build with "--disable-build-details"., guix-commits, 2019/05/21