guix-commits
[Top][All Lists]
Advanced

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

01/09: gnu: guile@3.0.7: Remove pre-built .go files.


From: guix-commits
Subject: 01/09: gnu: guile@3.0.7: Remove pre-built .go files.
Date: Fri, 14 May 2021 08:48:42 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit a9431d8ec504cccbe6dfb06e9a20b4b085ebf090
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Fri May 14 11:46:54 2021 +0200

    gnu: guile@3.0.7: Remove pre-built .go files.
    
    Commit 47d48f0c43c13c0b43bc3e37b6239efd4bf2f74c unintentionally removed
    the 'snippet' of GUILE-3.0-LATEST's origin, meaning that the pre-built
    bootstrap .go files would be used.
    
    * gnu/packages/guile.scm (guile-3.0-latest)[source]: Inherit
    from (package-source guile-3.0), thereby restoring snippet.
---
 gnu/packages/guile.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/guile.scm b/gnu/packages/guile.scm
index 91fcf46..74c0709 100644
--- a/gnu/packages/guile.scm
+++ b/gnu/packages/guile.scm
@@ -315,7 +315,8 @@ without requiring the source code to be rewritten.")
     (inherit guile-3.0)
     (version "3.0.7")
     (source (origin
-              (method url-fetch)
+              (inherit (package-source guile-3.0)) ;preserve snippet
+              (patches '())
               (uri (string-append "mirror://gnu/guile/guile-"
                                   version ".tar.xz"))
               (sha256



reply via email to

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