guix-commits
[Top][All Lists]
Advanced

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

98/145: gnu: go-golang-org-x-crypto: Remove obsolete phase.


From: guix-commits
Subject: 98/145: gnu: go-golang-org-x-crypto: Remove obsolete phase.
Date: Mon, 10 Jan 2022 11:44:14 -0500 (EST)

apteryx pushed a commit to branch version-1.4.0
in repository guix.

commit a93de71a87dbb9468e986b529e31c2369220be9c
Author: Sarah Morgensen <iskarian@mgsn.dev>
AuthorDate: Mon Jul 26 19:56:36 2021 -0700

    gnu: go-golang-org-x-crypto: Remove obsolete phase.
    
    * gnu/packages/golang.scm (go-golang-org-x-crypto)[arguments]<#:phases>:
    Remove 'make-gzip-archive-writable phase.
    
    Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
---
 gnu/packages/golang.scm | 11 +----------
 1 file changed, 1 insertion(+), 10 deletions(-)

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index a699a62124..e682293b3f 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -2450,16 +2450,7 @@ Go programming language.")
          #:phases
          (modify-phases %standard-phases
            ;; Source-only package
-           (delete 'build)
-           (add-before 'reset-gzip-timestamps 'make-gzip-archive-writable
-             (lambda* (#:key outputs #:allow-other-keys)
-               (map (lambda (file)
-                      (make-file-writable file))
-                    (find-files
-                      (string-append (assoc-ref outputs "out")
-                                     
"/src/golang.org/x/crypto/ed25519/testdata")
-                      ".*\\.gz$"))
-               #t)))))
+           (delete 'build))))
       (propagated-inputs
        (list go-golang-org-x-sys))
       (synopsis "Supplementary cryptographic libraries in Go")



reply via email to

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