[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
13/15: gnu: pd: Fix indentation of phases.
From: |
Ricardo Wurmus |
Subject: |
13/15: gnu: pd: Fix indentation of phases. |
Date: |
Sat, 1 Apr 2017 11:25:55 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 4712cbb0c76190de7ff47210fac74d1f0bf69bea
Author: Ricardo Wurmus <address@hidden>
Date: Sun Apr 2 12:47:11 2017 +0200
gnu: pd: Fix indentation of phases.
* gnu/packages/music.scm (pd)[arguments]: Fix indentation.
---
gnu/packages/music.scm | 20 +++++++++-----------
1 file changed, 9 insertions(+), 11 deletions(-)
diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index de77570..011346c 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -1374,17 +1374,15 @@ export.")
`(#:tests? #f ; no "check" target
#:phases
(modify-phases %standard-phases
- (add-before
- 'configure 'fix-wish-path
- (lambda _
- (substitute* "src/s_inter.c"
- ((" wish ") (string-append " " (which "wish8.6") " ")))
- (substitute* "tcl/pd-gui.tcl"
- (("exec wish ") (string-append "exec " (which "wish8.6") " ")))
- #t))
- (add-after
- 'unpack 'autoconf
- (lambda _ (zero? (system* "autoreconf" "-vfi")))))))
+ (add-before 'configure 'fix-wish-path
+ (lambda _
+ (substitute* "src/s_inter.c"
+ ((" wish ") (string-append " " (which "wish8.6") " ")))
+ (substitute* "tcl/pd-gui.tcl"
+ (("exec wish ") (string-append "exec " (which "wish8.6") " ")))
+ #t))
+ (add-after 'unpack 'autoconf
+ (lambda _ (zero? (system* "autoreconf" "-vif")))))))
(native-inputs
`(("autoconf" ,autoconf)
("automake" ,automake)
- branch master updated (7f661d4 -> 750e54e), Ricardo Wurmus, 2017/04/01
- 03/15: gnu: lilypond: Update to 2.19.58., Ricardo Wurmus, 2017/04/01
- 01/15: gnu: aria-maestosa: Update to 1.4.13., Ricardo Wurmus, 2017/04/01
- 05/15: gnu: synthv1: Update to 0.8.1., Ricardo Wurmus, 2017/04/01
- 02/15: gnu: extempore: Update home page., Ricardo Wurmus, 2017/04/01
- 04/15: gnu: non-sequencer, non-session-manager: Update to 1.9.5-3.10c31e5., Ricardo Wurmus, 2017/04/01
- 07/15: gnu: samplv1: Update to 0.8.1., Ricardo Wurmus, 2017/04/01
- 08/15: gnu: amsynth: Update to 1.7.1., Ricardo Wurmus, 2017/04/01
- 13/15: gnu: pd: Fix indentation of phases.,
Ricardo Wurmus <=
- 14/15: gnu: pd: Run autogen.sh script., Ricardo Wurmus, 2017/04/01
- 11/15: gnu: tuxguitar: Update home page URL., Ricardo Wurmus, 2017/04/01
- 12/15: gnu: pd: Update to 0.47-1., Ricardo Wurmus, 2017/04/01
- 15/15: gnu: tuxguitar: Update to 1.4., Ricardo Wurmus, 2017/04/01
- 09/15: gnu: amsynth: Build with LASH support., Ricardo Wurmus, 2017/04/01
- 10/15: gnu: setbfree: Update to 0.8.4, Ricardo Wurmus, 2017/04/01
- 06/15: gnu: drumkv1: Update to 0.8.1., Ricardo Wurmus, 2017/04/01