[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#49729] [PATCH core-updates 08/20] gnu: go-github-com-docker-distrib
From: |
Sarah Morgensen |
Subject: |
[bug#49729] [PATCH core-updates 08/20] gnu: go-github-com-docker-distribution: Remove obsolete phase. |
Date: |
Mon, 26 Jul 2021 19:56:37 -0700 |
* gnu/packages/golang.scm (go-github-com-docker-distribution)[arguments]
<#:phases>: Remove 'make-gzip-archive-writable phase.
---
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 c6804cdee3..e2b557f5ee 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -3391,17 +3391,7 @@ SysVinit, and more.")
("go-golang-org-x-crypto"
,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
--
2.31.1
- [bug#49729] [PATCH core-updates] build-system/gnu: Make gzip files writable before resetting timestamps., (continued)
- [bug#49729] [PATCH core-updates 00/20] Remove obsolete phases making gzip files writable., Sarah Morgensen, 2021/07/26
- [bug#49729] [PATCH core-updates 01/20] gnu: python-biom-format: Remove obsolete phase., Sarah Morgensen, 2021/07/26
- [bug#49729] [PATCH core-updates 02/20] gnu: clipper: Remove obsolete phase., Sarah Morgensen, 2021/07/26
- [bug#49729] [PATCH core-updates 03/20] gnu: khmer: Remove obsolete phase., Sarah Morgensen, 2021/07/26
- [bug#49729] [PATCH core-updates 05/20] gnu: emacs: Remove obsolete phase., Sarah Morgensen, 2021/07/26
- [bug#49729] [PATCH core-updates 06/20] gnu: po4a: Remove obsolete phase., Sarah Morgensen, 2021/07/26
- [bug#49729] [PATCH core-updates 10/20] gnu: python-plotly: Remove obsolete phase., Sarah Morgensen, 2021/07/26
- [bug#49729] [PATCH core-updates 04/20] gnu: cups-minimal: Remove obsolete phase., Sarah Morgensen, 2021/07/26
- [bug#49729] [PATCH core-updates 07/20] gnu: go-golang-org-x-crypto: Remove obsolete phase., Sarah Morgensen, 2021/07/26
- [bug#49729] [PATCH core-updates 08/20] gnu: go-github-com-docker-distribution: Remove obsolete phase.,
Sarah Morgensen <=
- [bug#49729] [PATCH core-updates 09/20] gnu: go-github-com-gdamore-tcell: Remove obsolete phase., Sarah Morgensen, 2021/07/26
- [bug#49729] [PATCH core-updates 11/20] gnu: go-ipfs: Remove obsolete phase., Sarah Morgensen, 2021/07/26
- [bug#49729] [PATCH core-updates 12/20] gnu: python-scikit-learn: Remove obsolete phase., Sarah Morgensen, 2021/07/26
- [bug#49729] [PATCH core-updates 15/20] gnu: helm: Remove obsolete phase., Sarah Morgensen, 2021/07/26
- [bug#49729] [PATCH core-updates 13/20] gnu: jalv-select: Remove obsolete phase., Sarah Morgensen, 2021/07/26
- [bug#49729] [PATCH core-updates 18/20] gnu: go-github-com-prometheus-common: Remove obsolete phase., Sarah Morgensen, 2021/07/26
- [bug#49729] [PATCH core-updates 14/20] gnu: lmms: Remove obsolete phase., Sarah Morgensen, 2021/07/26
- [bug#49729] [PATCH core-updates 16/20] gnu: arcanist: Remove obsolete phase., Sarah Morgensen, 2021/07/26
- [bug#49729] [PATCH core-updates 17/20] gnu: python-pdfminer-six: Remove obsolete phase., Sarah Morgensen, 2021/07/26
- [bug#49729] [PATCH core-updates 19/20] gnu: pre-commit: Remove obsolete phase., Sarah Morgensen, 2021/07/26