mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 04:29:25 -05:00
gnu: mig/32-bit: Remove.
* gnu/packages/hurd.scm (mig/32-bit): Remove unneeded variant. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
99f6cc0e54
commit
2756d662aa
1 changed files with 0 additions and 11 deletions
|
@ -152,17 +152,6 @@ (define-public mig
|
|||
communication.")
|
||||
(license gpl2+)))
|
||||
|
||||
(define-public mig/32-bit
|
||||
;; When cross-compiling from x86_64-linux to i586-gnu, we need this 32-bit
|
||||
;; native MIG.
|
||||
(package
|
||||
(inherit mig)
|
||||
(arguments
|
||||
(substitute-keyword-arguments (package-arguments mig)
|
||||
((#:system _ #f)
|
||||
"i686-linux")))
|
||||
(properties `((hidden? . #t)))))
|
||||
|
||||
(define-public hurd-headers
|
||||
;; This commit is now slightly behind 0.9.git20220818 as this one needs a
|
||||
;; newer glibc
|
||||
|
|
Loading…
Reference in a new issue