[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/06: gnu: faust-2: Remove inherited phase.
From: |
Ricardo Wurmus |
Subject: |
03/06: gnu: faust-2: Remove inherited phase. |
Date: |
Sun, 3 Dec 2017 12:32:19 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit 75bbc3c2e2403da47bd41eb40c1f6f65101e225c
Author: Ricardo Wurmus <address@hidden>
Date: Sun Dec 3 17:22:41 2017 +0100
gnu: faust-2: Remove inherited phase.
* gnu/packages/audio.scm (faust-2)[arguments]: Remove build phase
"fix-permissions".
---
gnu/packages/audio.scm | 13 +------------
1 file changed, 1 insertion(+), 12 deletions(-)
diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index 2407f00..78ea361 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -1158,18 +1158,7 @@ PS, and DAB+.")
(substitute-keyword-arguments (package-arguments faust)
((#:make-flags flags)
`(list (string-append "prefix=" (assoc-ref %outputs "out"))
- "world"))
- ((#:phases phases)
- `(modify-phases ,phases
- ;; Files appear under $out/share/faust that are read-only. The
- ;; install phase tries to overwrite them and fails, so we change
- ;; the permissions first.
- (add-before 'install 'fix-permissions
- (lambda* (#:key outputs #:allow-other-keys)
- (for-each (lambda (file)
- (chmod file #o644))
- (find-files "architecture/max-msp" ".*"))
- #t))))))
+ "world"))))
(native-inputs
`(("llvm" ,llvm-with-rtti)
("which" ,which)
- branch master updated (0a3b5bb -> 803a9d5), Ricardo Wurmus, 2017/12/03
- 04/06: gnu: guitarix: Update to 0.36.1., Ricardo Wurmus, 2017/12/03
- 05/06: gnu: jack-2: Update to 1.9.11-RC1., Ricardo Wurmus, 2017/12/03
- 03/06: gnu: faust-2: Remove inherited phase.,
Ricardo Wurmus <=
- 06/06: gnu: calf: Update to 0.90.0., Ricardo Wurmus, 2017/12/03
- 02/06: gnu: faust: Update to 0.9.90., Ricardo Wurmus, 2017/12/03
- 01/06: gnu: Add gst123., Ricardo Wurmus, 2017/12/03