guix-commits
[Top][All Lists]
Advanced

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

05/16: bootstrap: mes-minimal: Update for 0.19


From: guix-commits
Subject: 05/16: bootstrap: mes-minimal: Update for 0.19
Date: Fri, 30 Nov 2018 13:21:47 -0500 (EST)

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

commit e96d4958cd765558140f7271b41c2a47d38706b8
Author: Jan Nieuwenhuizen <address@hidden>
Date:   Tue Nov 27 07:09:40 2018 +0100

    bootstrap: mes-minimal: Update for 0.19
---
 gnu/packages/make-bootstrap.scm | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/gnu/packages/make-bootstrap.scm b/gnu/packages/make-bootstrap.scm
index 761420a..62456b0 100644
--- a/gnu/packages/make-bootstrap.scm
+++ b/gnu/packages/make-bootstrap.scm
@@ -558,13 +558,7 @@ for `sh' in $PATH, and without nscd, and with static NSS 
modules."
       (arguments
        `(#:system "i686-linux"
          #:strip-binaries? #f
-         #:phases
-         (modify-phases %standard-phases
-           (add-before 'configure 'optional-dot
-             (lambda _
-               (substitute* "configure"
-                 (("#:version-option \"-V\"" all)
-                  (string-append all "#:optional? #t")))))))))))
+         #:configure-flags '("--mes"))))))
 
 (define-public %mes-minimal-stripped
   ;; The subset of Mes files needed for bootstrap.



reply via email to

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