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

commit 7f911e3a7830b39f47d5be045270618ccd1addd3
Author: Sarah Morgensen <[email protected]>
AuthorDate: Mon Jul 26 19:56:37 2021 -0700

    gnu: go-github-com-docker-distribution: Remove obsolete phase.
    
    * gnu/packages/golang.scm (go-github-com-docker-distribution)[arguments]
    <#:phases>: Remove 'make-gzip-archive-writable phase.
    
    Signed-off-by: Maxim Cournoyer <[email protected]>
---
 gnu/packages/golang.scm | 12 +-----------
 1 file changed, 1 insertion(+), 11 deletions(-)

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index e682293b3f..87124b2f06 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -3729,17 +3729,7 @@ SysVinit, and more.")
        (list go-golang-org-x-sys go-github-com-sirupsen-logrus
              go-golang-org-x-crypto))
       (arguments
-       '(#:import-path "github.com/docker/distribution"
-         #:phases
-         (modify-phases %standard-phases
-           (add-before 'reset-gzip-timestamps 'make-gzip-archive-writable
-             (lambda* (#:key outputs #:allow-other-keys)
-               (map (lambda (file)
-                      (make-file-writable file))
-                    (find-files
-                     (assoc-ref outputs "out")
-                     ".*\\.gz$"))
-               #t)))))
+       '(#:import-path "github.com/docker/distribution"))
       (home-page
        "https://github.com/docker/distribution";)
       (synopsis "This package is a Docker toolset to pack, ship, store, and

Reply via email to