mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: faust-2: Remove inherited phase.
* gnu/packages/audio.scm (faust-2)[arguments]: Remove build phase "fix-permissions".
This commit is contained in:
parent
a36047422f
commit
75bbc3c2e2
1 changed files with 1 additions and 12 deletions
|
@ -1158,18 +1158,7 @@ (define-public faust-2
|
||||||
(substitute-keyword-arguments (package-arguments faust)
|
(substitute-keyword-arguments (package-arguments faust)
|
||||||
((#:make-flags flags)
|
((#:make-flags flags)
|
||||||
`(list (string-append "prefix=" (assoc-ref %outputs "out"))
|
`(list (string-append "prefix=" (assoc-ref %outputs "out"))
|
||||||
"world"))
|
"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))))))
|
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("llvm" ,llvm-with-rtti)
|
`(("llvm" ,llvm-with-rtti)
|
||||||
("which" ,which)
|
("which" ,which)
|
||||||
|
|
Loading…
Reference in a new issue