From 798591b6ee464b95e42a1624a611c679bbe6f7e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Tue, 21 May 2019 15:42:54 +0200 Subject: 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(-) (limited to 'gnu/packages') diff --git a/gnu/packages/gcc.scm b/gnu/packages/gcc.scm index cd75571871..3edbf92576 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 +;;; Copyright © 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019 Ludovic Courtès ;;; Copyright © 2014, 2015, 2018 Mark H Weaver ;;; Copyright © 2014, 2015, 2016, 2017, 2019 Ricardo Wurmus ;;; Copyright © 2015 Andreas Enge @@ -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)) -- cgit v1.2.3