mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 21:59:08 -05:00
gnu: gcc-4.7: Hide package.
* gnu/packages/gcc.scm (gcc-4.7): Wrap in "hidden-package" expression.
This commit is contained in:
parent
935568d5ce
commit
d78010b81e
1 changed files with 185 additions and 184 deletions
|
@ -139,6 +139,7 @@ (define-public gcc-4.7
|
||||||
(gcc-configure-flags-for-triplet triplet))
|
(gcc-configure-flags-for-triplet triplet))
|
||||||
|
|
||||||
(maybe-target-tools))))))
|
(maybe-target-tools))))))
|
||||||
|
(hidden-package
|
||||||
(package
|
(package
|
||||||
(name "gcc")
|
(name "gcc")
|
||||||
(version "4.7.4")
|
(version "4.7.4")
|
||||||
|
@ -352,7 +353,7 @@ (define-public gcc-4.7
|
||||||
Go. It also includes runtime support libraries for these languages.")
|
Go. It also includes runtime support libraries for these languages.")
|
||||||
(license gpl3+)
|
(license gpl3+)
|
||||||
(supported-systems (delete "aarch64-linux" %supported-systems))
|
(supported-systems (delete "aarch64-linux" %supported-systems))
|
||||||
(home-page "https://gcc.gnu.org/"))))
|
(home-page "https://gcc.gnu.org/")))))
|
||||||
|
|
||||||
(define-public gcc-4.8
|
(define-public gcc-4.8
|
||||||
(package (inherit gcc-4.7)
|
(package (inherit gcc-4.7)
|
||||||
|
|
Loading…
Reference in a new issue