apteryx pushed a commit to branch version-1.4.0
in repository guix.
commit 63499f723fe4c5e6cb284f522013162de0773ec8
Author: Sarah Morgensen <[email protected]>
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 <[email protected]>
---
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)