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

commit 6445e2f4c878f2fbbb1988f70a929ddd3a569e5b
Author: Sarah Morgensen <[email protected]>
AuthorDate: Mon Jul 26 19:56:47 2021 -0700

    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 <[email protected]>
---
 gnu/packages/syncthing.scm | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/gnu/packages/syncthing.scm b/gnu/packages/syncthing.scm
index b05ef88982..77947a57c8 100644
--- a/gnu/packages/syncthing.scm
+++ b/gnu/packages/syncthing.scm
@@ -893,15 +893,6 @@ message streaming.")
          #: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

Reply via email to