guix-commits
[Top][All Lists]
Advanced

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

12/35: bootstrap: mescc-tools-static: Update for mescc-tools-0.6.1.


From: guix-commits
Subject: 12/35: bootstrap: mescc-tools-static: Update for mescc-tools-0.6.1.
Date: Wed, 20 Nov 2019 15:19:38 -0500 (EST)

janneke pushed a commit to branch wip-bootstrap
in repository guix.

commit 526453192a0b1ea6748f27cef82b35cf21b8796e
Author: Jan Nieuwenhuizen <address@hidden>
Date:   Mon Sep 16 19:50:25 2019 +0200

    bootstrap: mescc-tools-static: Update for mescc-tools-0.6.1.
    
    * gnu/packages/make-bootstrap.scm (%mescc-tools-static): Update for 0.6.1.
---
 gnu/packages/make-bootstrap.scm | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/make-bootstrap.scm b/gnu/packages/make-bootstrap.scm
index d51c4f4..217707e 100644
--- a/gnu/packages/make-bootstrap.scm
+++ b/gnu/packages/make-bootstrap.scm
@@ -627,9 +627,11 @@ for `sh' in $PATH, and without nscd, and with static NSS 
modules."
     (name "mescc-tools-static")
     (arguments
      `(#:system "i686-linux"
-       ,@(substitute-keyword-arguments (package-arguments mescc-tools)
-           ((#:make-flags flags)
-            `(cons "CC=gcc -static" ,flags)))))))
+       #:make-flags (list (string-append "PREFIX=" (assoc-ref %outputs "out"))
+                          "CC=gcc -static")
+       #:test-target "test"
+       #:phases (modify-phases %standard-phases
+                  (delete 'configure))))))
 
 ;; ... next remove store references.
 (define %mescc-tools-static-stripped



reply via email to

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