gnu: go-github-com-prometheus-common: Remove obsolete phase.

* gnu/packages/syncthing.scm (go-github-com-prometheus-common)
[arguments]<#:phases>: Remove 'make-gzip-archive-writable phase.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
This commit is contained in:
Sarah Morgensen 2021-07-26 19:56:47 -07:00 committed by Maxim Cournoyer
parent fa7b52ff57
commit 95cb49b475
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -893,15 +893,6 @@ (define-public go-github-com-prometheus-common
#:tests? #f
#: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
(string-append (assoc-ref outputs "out")
"/src/github.com/prometheus/common/expfmt/testdata/")
".*\\.gz$"))
#t))
;; Source-only package
(delete 'build))))
(propagated-inputs