guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: guix-commits
Subject: 109/145: gnu: go-github-com-prometheus-common: Remove obsolete phase.
Date: Mon, 10 Jan 2022 11:44:16 -0500 (EST)

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

commit 6445e2f4c878f2fbbb1988f70a929ddd3a569e5b
Author: Sarah Morgensen <iskarian@mgsn.dev>
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 <maxim.cournoyer@gmail.com>
---
 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

[Prev in Thread] Current Thread [Next in Thread]