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:
Ludovic Courtès 2019-05-13 11:36:11 +02:00
parent 8548cf6e95
commit 04a3ecc79e
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

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