guix-commits
[Top][All Lists]
Advanced

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

104/145: gnu: jalv-select: Remove obsolete phase.


From: guix-commits
Subject: 104/145: gnu: jalv-select: 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 0630b14d58714e25b4678245a0e4777f414e283f
Author: Sarah Morgensen <iskarian@mgsn.dev>
AuthorDate: Mon Jul 26 19:56:42 2021 -0700

    gnu: jalv-select: Remove obsolete phase.
    
    * gnu/packages/music.scm (jalv-select)[arguments]<#:phases>: Remove
    'make-manpages-writable phase.
    
    Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
---
 gnu/packages/music.scm | 10 +---------
 1 file changed, 1 insertion(+), 9 deletions(-)

diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index 979f917f4b..5b12a2d458 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -2146,15 +2146,7 @@ Editor.  It is compatible with Power Tab Editor 1.7 and 
Guitar Pro.")
            (lambda* (#:key inputs #:allow-other-keys)
              (substitute* "jalv.select.cpp"
                (("echo \\$PATH.*tr ':'.*xargs ls")
-                (string-append "ls -1 " (assoc-ref inputs "jalv") "/bin")))
-             #t))
-         (add-before 'reset-gzip-timestamps 'make-manpages-writable
-           (lambda* (#:key outputs #:allow-other-keys)
-             (for-each make-file-writable
-                       (find-files (string-append (assoc-ref outputs "out")
-                                                  "/share/man")
-                                   ".*\\.gz$"))
-             #t)))))
+                (string-append "ls -1 " (assoc-ref inputs "jalv") 
"/bin"))))))))
     (inputs
      (list lilv lv2 jalv gtkmm-2))
     (native-inputs



reply via email to

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