guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

105/145: gnu: lmms: Remove obsolete phase.


From: guix-commits
Subject: 105/145: gnu: lmms: Remove obsolete phase.
Date: Mon, 10 Jan 2022 11:44:15 -0500 (EST)

apteryx pushed a commit to branch version-1.4.0
in repository guix.

commit 8d6fdad4743cb10a4026409018cc2f8b4c7ac5f2
Author: Sarah Morgensen <iskarian@mgsn.dev>
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 <maxim.cournoyer@gmail.com>
---
 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]