guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: make-ld-wrapper: Default to Guile 3.0.


From: guix-commits
Subject: 01/02: gnu: make-ld-wrapper: Default to Guile 3.0.
Date: Wed, 18 Mar 2020 15:11:11 -0400 (EDT)

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

commit 1b70995498973fe899f8f039586e303c7ec7a3bd
Author: Marius Bakke <address@hidden>
AuthorDate: Wed Mar 18 20:04:57 2020 +0100

    gnu: make-ld-wrapper: Default to Guile 3.0.
    
    * gnu/packages/base.scm (make-ld-wrapper): Use GUILE-3.0 as the default 
Guile.
---
 gnu/packages/base.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/base.scm b/gnu/packages/base.scm
index 196106f..8dbc0b4 100644
--- a/gnu/packages/base.scm
+++ b/gnu/packages/base.scm
@@ -508,7 +508,7 @@ included.")
 (define* (make-ld-wrapper name #:key
                           (target (const #f))
                           binutils
-                          (guile (canonical-package guile-2.2))
+                          (guile (canonical-package guile-3.0))
                           (bash (canonical-package bash))
                           (guile-for-build guile))
   "Return a package called NAME that contains a wrapper for the 'ld' program



reply via email to

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