gnu: libstdc++-doc: Add version 9.x.
* gnu/packages/gcc.scm (libstdc++-doc-4.9): Remove. (libstdc++-doc-9): New variable.
This commit is contained in:
parent
798591b6ee
commit
e7313ae293
|
@ -851,12 +851,12 @@ as the 'native-search-paths' field."
|
||||||
"doc-install-man")))))))
|
"doc-install-man")))))))
|
||||||
(properties (alist-delete 'hidden? (package-properties gcc)))))
|
(properties (alist-delete 'hidden? (package-properties gcc)))))
|
||||||
|
|
||||||
(define-public libstdc++-doc-4.9
|
|
||||||
(make-libstdc++-doc gcc-4.9))
|
|
||||||
|
|
||||||
(define-public libstdc++-doc-5
|
(define-public libstdc++-doc-5
|
||||||
(make-libstdc++-doc gcc-5))
|
(make-libstdc++-doc gcc-5))
|
||||||
|
|
||||||
|
(define-public libstdc++-doc-9
|
||||||
|
(make-libstdc++-doc gcc-9))
|
||||||
|
|
||||||
(define-public isl
|
(define-public isl
|
||||||
(package
|
(package
|
||||||
(name "isl")
|
(name "isl")
|
||||||
|
|
Loading…
Reference in New Issue