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 @@ export.")
|
||||||
(add-before 'configure 'fix-with-path
|
(add-before 'configure 'fix-with-path
|
||||||
(lambda _
|
(lambda _
|
||||||
(substitute* "tcl/pd-gui.tcl"
|
(substitute* "tcl/pd-gui.tcl"
|
||||||
(("exec wish ") (string-append "exec " (which ,wish) " ")))
|
(("exec wish ") (string-append "exec " (which ,wish) " ")))))))))
|
||||||
#t))))))
|
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("autoconf" ,autoconf)
|
`(("autoconf" ,autoconf)
|
||||||
("automake" ,automake)
|
("automake" ,automake)
|
||||||
|
|
Reference in a new issue