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
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user