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 <maxim.cournoyer@gmail.com>
This commit is contained in:
parent
37f6126f9f
commit
8347c49e56
1 changed files with 1 additions and 11 deletions
|
@ -3729,17 +3729,7 @@ SysVinit, and more.")
|
||||||
(list go-golang-org-x-sys go-github-com-sirupsen-logrus
|
(list go-golang-org-x-sys go-github-com-sirupsen-logrus
|
||||||
go-golang-org-x-crypto))
|
go-golang-org-x-crypto))
|
||||||
(arguments
|
(arguments
|
||||||
'(#:import-path "github.com/docker/distribution"
|
'(#: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)))))
|
|
||||||
(home-page
|
(home-page
|
||||||
"https://github.com/docker/distribution")
|
"https://github.com/docker/distribution")
|
||||||
(synopsis "This package is a Docker toolset to pack, ship, store, and
|
(synopsis "This package is a Docker toolset to pack, ship, store, and
|
||||||
|
|
Reference in a new issue