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
|
(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)
|
||||||
|
|
Loading…
Reference in a new issue