me
/
guix
Archived
1
0
Fork 0

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>
master
Sarah Morgensen 2021-07-26 19:56:44 -07:00 committed by Maxim Cournoyer
parent 9d55296898
commit b623ee2fb6
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 0 additions and 6 deletions

View File

@ -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)