guix-commits
[Top][All Lists]
Advanced

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

106/145: gnu: helm: Remove obsolete phase.


From: guix-commits
Subject: 106/145: gnu: helm: Remove obsolete phase.
Date: Mon, 10 Jan 2022 11:44:15 -0500 (EST)

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

commit 63499f723fe4c5e6cb284f522013162de0773ec8
Author: Sarah Morgensen <iskarian@mgsn.dev>
AuthorDate: Mon Jul 26 19:56:44 2021 -0700

    gnu: helm: Remove obsolete phase.
    
    * gnu/packages/music.scm (helm)[arguments]<#:phases>: Remove
    'make-gz-files-writable phase.
    
    Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
---
 gnu/packages/music.scm | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index 446edf5b24..75e889c5b5 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -6248,12 +6248,6 @@ MIDI drums and comes as two separate drumkits: Black 
Pearl and Red Zeppelin.")
              (substitute* "Makefile"
                (("/usr") ""))
              #t))
-         (add-before 'reset-gzip-timestamps 'make-gz-files-writable
-           (lambda* (#:key outputs #:allow-other-keys)
-             (for-each make-file-writable
-                       (find-files (string-append (assoc-ref outputs "out"))
-                                   ".*\\.gz$"))
-             #t))
          (delete 'configure))))
     (inputs
      `(("alsa-lib" ,alsa-lib)



reply via email to

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