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:
Tobias Geerinckx-Rice 2022-10-16 02:00:00 +02:00
parent 7b7aee6af9
commit 9d0e389053
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79

View File

@ -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)