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>
This commit is contained in:
parent
e0940ed843
commit
37f6126f9f
1 changed files with 1 additions and 10 deletions
|
@ -2451,16 +2451,7 @@ Go programming language.")
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
;; Source-only package
|
;; Source-only package
|
||||||
(delete 'build)
|
(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)))))
|
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list go-golang-org-x-sys))
|
(list go-golang-org-x-sys))
|
||||||
(synopsis "Supplementary cryptographic libraries in Go")
|
(synopsis "Supplementary cryptographic libraries in Go")
|
||||||
|
|
Reference in a new issue