From 9d5529689863db39cf23c6e7445f98fac39f6444 Mon Sep 17 00:00:00 2001 From: Sarah Morgensen Date: Mon, 26 Jul 2021 19:56:43 -0700 Subject: gnu: lmms: Remove obsolete phase. * gnu/packages/music.scm (lmms)[arguments]<#:phases>: Remove 'make-manpages-writable phase. Signed-off-by: Maxim Cournoyer --- 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) -- cgit v1.2.3