[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/10: gnu: libstdc++-doc: Unhide.
From: |
guix-commits |
Subject: |
03/10: gnu: libstdc++-doc: Unhide. |
Date: |
Tue, 21 May 2019 18:09:54 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 798591b6ee464b95e42a1624a611c679bbe6f7e2
Author: Ludovic Courtès <address@hidden>
Date: Tue May 21 15:42:54 2019 +0200
gnu: libstdc++-doc: Unhide.
This is a followup to d78010b81ee6ef4fd8803082e2f401b9e55b44db.
* gnu/packages/gcc.scm (make-libstdc++-doc): Add 'properties' field.
---
gnu/packages/gcc.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gcc.scm b/gnu/packages/gcc.scm
index cd75571..3edbf92 100644
--- a/gnu/packages/gcc.scm
+++ b/gnu/packages/gcc.scm
@@ -1,5 +1,5 @@
;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2012, 2013, 2014, 2015, 2016, 2017, 2018 Ludovic Courtès
<address@hidden>
+;;; Copyright © 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019 Ludovic Courtès
<address@hidden>
;;; Copyright © 2014, 2015, 2018 Mark H Weaver <address@hidden>
;;; Copyright © 2014, 2015, 2016, 2017, 2019 Ricardo Wurmus <address@hidden>
;;; Copyright © 2015 Andreas Enge <address@hidden>
@@ -848,7 +848,8 @@ as the 'native-search-paths' field."
(let ((out (assoc-ref outputs "out")))
(invoke "make"
"doc-install-html"
- "doc-install-man")))))))))
+ "doc-install-man")))))))
+ (properties (alist-delete 'hidden? (package-properties gcc)))))
(define-public libstdc++-doc-4.9
(make-libstdc++-doc gcc-4.9))
- 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 <=
- 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, 2019/05/21
- 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