guix-commits
[Top][All Lists]
Advanced

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

06/13: gnu: go-1.16: Remove redundant native-input substitution.


From: guix-commits
Subject: 06/13: gnu: go-1.16: Remove redundant native-input substitution.
Date: Wed, 8 Feb 2023 02:28:35 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit e16158ddd0744fce7c82c28ee9c79ffe0fc6d8b0
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Feb 7 17:33:07 2023 +0200

    gnu: go-1.16: Remove redundant native-input substitution.
    
    * gnu/packages/golang.scm (go-1.16)[native-inputs]: More directly
    inherit from go-1.14.
---
 gnu/packages/golang.scm | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 62766d8dd2..cf15b81fe7 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -626,9 +626,7 @@ in the style of communicating sequential processes 
(@dfn{CSP}).")
                  (("^#!.*") "#!/usr/bin/env perl\n"))))))))
     (native-inputs
      `(("go-fix-script-tests.patch" ,(search-patch 
"go-fix-script-tests.patch"))
-       ,@(if (not (member (%current-system) (package-supported-systems 
go-1.4)))
-             (alist-replace "go" (list gccgo-10) (package-native-inputs 
go-1.14))
-             (package-native-inputs go-1.14))))))
+       ,@(package-native-inputs go-1.14)))))
 
 (define-public go-1.17
   (package



reply via email to

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