guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

13/21: gnu: mig/32-bit: Remove.


From: guix-commits
Subject: 13/21: gnu: mig/32-bit: Remove.
Date: Thu, 30 Mar 2023 06:47:01 -0400 (EDT)

civodul pushed a commit to branch core-updates
in repository guix.

commit 2756d662aa27cf55f3224e4a0a9e08c1be2cc551
Author: Josselin Poiret <dev@jpoiret.xyz>
AuthorDate: Mon Mar 20 23:10:49 2023 +0100

    gnu: mig/32-bit: Remove.
    
    * gnu/packages/hurd.scm (mig/32-bit): Remove unneeded variant.
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 gnu/packages/hurd.scm | 11 -----------
 1 file changed, 11 deletions(-)

diff --git a/gnu/packages/hurd.scm b/gnu/packages/hurd.scm
index 270bbd1862..34c7c00f2d 100644
--- a/gnu/packages/hurd.scm
+++ b/gnu/packages/hurd.scm
@@ -152,17 +152,6 @@ for other software in the GNU system that uses Mach-based 
inter-process
 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]