gnu: lmms: Remove obsolete phase.

* gnu/packages/music.scm (lmms)[arguments]<#:phases>: Remove
'make-manpages-writable phase.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
This commit is contained in:
Sarah Morgensen 2021-07-26 19:56:43 -07:00 committed by Maxim Cournoyer
parent f7d4bf6205
commit 9d55296898
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -4724,16 +4724,7 @@ (define-public lmms
(assoc-ref outputs "out") "/lib/lmms" (assoc-ref outputs "out") "/lib/lmms"
":" ":"
(assoc-ref outputs "out") "/lib/lmms/ladspa" (assoc-ref outputs "out") "/lib/lmms/ladspa"
"\"")) "\"")))))))
#t))
(add-before 'reset-gzip-timestamps 'make-manpages-writable
(lambda* (#:key outputs #:allow-other-keys)
(map (lambda (file)
(make-file-writable file))
(find-files (string-append (assoc-ref outputs "out")
"/share/man")
".*\\.gz$"))
#t)))))
(native-inputs (native-inputs
`(("pkg-config" ,pkg-config) `(("pkg-config" ,pkg-config)
("qttools" ,qttools) ("qttools" ,qttools)