guix-commits
[Top][All Lists]
Advanced

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

09/33: gnu: pd: Remove trailing #t from phases.


From: guix-commits
Subject: 09/33: gnu: pd: Remove trailing #t from phases.
Date: Fri, 21 Oct 2022 13:20:52 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 9d0e389053663279f9ecbf273b85b0d486ab0280
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Oct 16 02:00:00 2022 +0200

    gnu: pd: Remove trailing #t from phases.
    
    * gnu/packages/music.scm (pd)[arguments]: Don't explicitly return #t from 
phases.
---
 gnu/packages/music.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index 80842f8637..32d0889575 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -2719,8 +2719,7 @@ export.")
            (add-before 'configure 'fix-with-path
              (lambda _
                (substitute* "tcl/pd-gui.tcl"
-                 (("exec wish ") (string-append "exec " (which ,wish) " ")))
-               #t))))))
+                 (("exec wish ") (string-append "exec " (which ,wish) " 
")))))))))
     (native-inputs
      `(("autoconf" ,autoconf)
        ("automake" ,automake)



reply via email to

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