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>
This commit is contained in:
parent
9d55296898
commit
b623ee2fb6
1 changed files with 0 additions and 6 deletions
|
@ -6248,12 +6248,6 @@ (define-public helm
|
|||
(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)
|
||||
|
|
Loading…
Reference in a new issue