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
@ -6248,12 +6248,6 @@ MIDI drums and comes as two separate drumkits: Black Pearl and Red Zeppelin.")
|
|||||||
(substitute* "Makefile"
|
(substitute* "Makefile"
|
||||||
(("/usr") ""))
|
(("/usr") ""))
|
||||||
#t))
|
#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))))
|
(delete 'configure))))
|
||||||
(inputs
|
(inputs
|
||||||
`(("alsa-lib" ,alsa-lib)
|
`(("alsa-lib" ,alsa-lib)
|
||||||
|
Loading…
Reference in New Issue
Block a user