mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
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
1 changed files with 3 additions and 3 deletions
|
@ -851,12 +851,12 @@ (define (make-libstdc++-doc gcc)
|
|||
"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")
|
||||
|
|
Loading…
Reference in a new issue