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:
parent
f7d4bf6205
commit
9d55296898
1 changed files with 1 additions and 10 deletions
|
@ -4724,16 +4724,7 @@ (define-public lmms
|
|||
(assoc-ref outputs "out") "/lib/lmms"
|
||||
":"
|
||||
(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
|
||||
`(("pkg-config" ,pkg-config)
|
||||
("qttools" ,qttools)
|
||||
|
|
Loading…
Reference in a new issue