gnu: libstdc++-doc: Add version 9.x.

* gnu/packages/gcc.scm (libstdc++-doc-4.9): Remove.
(libstdc++-doc-9): New variable.
master
Ludovic Courtès 2019-05-21 15:47:48 +02:00
parent 798591b6ee
commit e7313ae293
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 3 additions and 3 deletions

View File

@ -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")