apteryx pushed a commit to branch version-1.4.0
in repository guix.
commit 8d6fdad4743cb10a4026409018cc2f8b4c7ac5f2
Author: Sarah Morgensen <[email protected]>
AuthorDate: Mon Jul 26 19:56:43 2021 -0700
gnu: lmms: Remove obsolete phase.
* gnu/packages/music.scm (lmms)[arguments]<#:phases>: Remove
'make-manpages-writable phase.
Signed-off-by: Maxim Cournoyer <[email protected]>
---
gnu/packages/music.scm | 11 +----------
1 file changed, 1 insertion(+), 10 deletions(-)
diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index 5b12a2d458..446edf5b24 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -4724,16 +4724,7 @@ are a C compiler and glib. Full API documentation and
examples are included.")
(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)