guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: global: Fix cross compiling.


From: guix-commits
Subject: branch master updated: gnu: global: Fix cross compiling.
Date: Wed, 28 Apr 2021 07:41:49 -0400

This is an automated email from the git hooks/post-receive script.

efraim pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new f7ff886  gnu: global: Fix cross compiling.
f7ff886 is described below

commit f7ff88621310d2902f147b1120210f7e117c461a
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed Apr 28 14:37:44 2021 +0300

    gnu: global: Fix cross compiling.
    
    Coreutils was removed during patch review erroneously.
    Reported by Maxime Devos <maximedevos@telenet.be>.
    
    * gnu/packages/code.scm (global)[inputs]: Add coreutils.
---
 gnu/packages/code.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/code.scm b/gnu/packages/code.scm
index 5518d5f..25c8064 100644
--- a/gnu/packages/code.scm
+++ b/gnu/packages/code.scm
@@ -136,7 +136,8 @@ highlighting your own code that seemed comprehensible when 
you wrote it.")
               (base32
                "10vvsgx8v54whb4j9mk5qqyb5h3rdd9da0il3wir8pcpksyk0dww"))))
     (build-system gnu-build-system)
-    (inputs `(("ncurses" ,ncurses)
+    (inputs `(("coreutils" ,coreutils)
+              ("ncurses" ,ncurses)
               ("libltdl" ,libltdl)
               ("sqlite" ,sqlite)
               ("python-wrapper" ,python-wrapper)))



reply via email to

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