mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 15:26:47 +01:00
gnu: pd: Remove trailing #t from phases.
* gnu/packages/music.scm (pd)[arguments]: Don't explicitly return #t from phases.
This commit is contained in:
parent
7b7aee6af9
commit
9d0e389053
1 changed files with 1 additions and 2 deletions
|
@ -2719,8 +2719,7 @@ (define-public pd
|
|||
(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)
|
||||
|
|
Loading…
Reference in a new issue