mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: Remove 'gcc-glibc-2.27' and 'gcc-glibc-2.26'.
These top-level references to GCC could cause problems, such as:
$ guix build -e '(@ (gnu packages gcc) gcc)' -n
guix build: error: failed to evaluate expression '(@ (gnu packages gcc) gcc)':
In procedure module-lookup: Unbound variable: gcc
Regression introduced in 3ed497d42a
.
* gnu/packages/base.scm (gcc-glibc-2.27, gcc-glibc-2.26): Remove.
This commit is contained in:
parent
8548cf6e95
commit
04a3ecc79e
1 changed files with 0 additions and 6 deletions
|
@ -1032,12 +1032,6 @@ (define (make-gcc-libc base-gcc libc)
|
|||
(fold alist-delete (%final-inputs) '("libc" "libc:static")))))
|
||||
(inputs '())))
|
||||
|
||||
(define-public gcc-glibc-2.27
|
||||
(make-gcc-libc gcc glibc-2.27))
|
||||
|
||||
(define-public gcc-glibc-2.26
|
||||
(make-gcc-libc gcc glibc-2.26))
|
||||
|
||||
(define-public (make-glibc-locales glibc)
|
||||
(package
|
||||
(inherit glibc)
|
||||
|
|
Loading…
Reference in a new issue