apteryx pushed a commit to branch version-1.4.0
in repository guix.
commit a93de71a87dbb9468e986b529e31c2369220be9c
Author: Sarah Morgensen <[email protected]>
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 <[email protected]>
---
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")