guix-commits
[Top][All Lists]
Advanced

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

41/64: gnu: commencement: Add coreutils-mesboot.


From: guix-commits
Subject: 41/64: gnu: commencement: Add coreutils-mesboot.
Date: Tue, 18 Feb 2020 01:18:11 -0500 (EST)

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

commit 15af8e1d9d5a1b3db7cdab84dae791b357f229b6
Author: Jan Nieuwenhuizen <address@hidden>
AuthorDate: Fri Nov 22 22:36:22 2019 +0100

    gnu: commencement: Add coreutils-mesboot.
    
    * gnu/packages/commencement.scm (coreutils-mesboot): New variable.
    (%boot-mesboot6-inputs): New variable.
---
 gnu/packages/commencement.scm | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/gnu/packages/commencement.scm b/gnu/packages/commencement.scm
index bbba99b..6aed8e5 100644
--- a/gnu/packages/commencement.scm
+++ b/gnu/packages/commencement.scm
@@ -2616,6 +2616,25 @@ exec " gcc "/bin/" program
     ("gcc" ,gcc-mesboot)
     ,@(fold alist-delete (%boot-mesboot4-inputs) '("gcc" "gcc-wrapper"))))
 
+(define-public coreutils-mesboot
+  (package
+    (inherit coreutils)
+    (name "coreutils-mesboot")
+    (source (bootstrap-origin (package-source coreutils)))
+    (native-inputs (%boot-mesboot5-inputs))
+    (supported-systems '("i686-linux" "x86_64-linux"))
+    (inputs '())
+    (propagated-inputs '())
+    (arguments
+     `(#:implicit-inputs? #f
+       #:guile ,%bootstrap-guile
+       #:tests? #f))))
+
+(define (%boot-mesboot6-inputs)
+  `(("coreutils" ,coreutils-mesboot)
+    ,@(fold alist-delete (%boot-mesboot5-inputs)
+            '("coreutils" "kernel-headers"))))
+
 (define m4-mesboot
   (package
     (inherit m4)



reply via email to

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