Archived
1
0
Fork 0

gnu: dragonfly-reverb: Update to 3.2.5.

* gnu/packages/music.scm (dragonfly-reverb): Update to 3.2.5.
[arguments]: Don't explicitly return #t from phases.
This commit is contained in:
Tobias Geerinckx-Rice 2021-10-20 17:16:58 +02:00
parent 214fb9fbfd
commit c1ca2716f8
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -6483,7 +6483,7 @@ plugin support, JACK support and chord assistance.")
(define-public dragonfly-reverb (define-public dragonfly-reverb
(package (package
(name "dragonfly-reverb") (name "dragonfly-reverb")
(version "3.2.1") (version "3.2.5")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -6495,7 +6495,7 @@ plugin support, JACK support and chord assistance.")
(recursive? #t))) (recursive? #t)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "0vfm2510shah67k87mdyar4wr4vqwii59y9lqfhwm6blxparkrqa")))) (base32 "14kia9wjs0nqfx4psnr3vf4x6hihkf80gb0mjzmdnnnk4cnrdydm"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:tests? #f ; no check target `(#:tests? #f ; no check target
@ -6523,8 +6523,7 @@ plugin support, JACK support and chord assistance.")
(and (and
(equal? (dirname name) "bin") (equal? (dirname name) "bin")
(not (string-suffix? ".so" name)) (not (string-suffix? ".so" name))
(not (string-suffix? ".lv2" name)))))) (not (string-suffix? ".lv2" name))))))))))))
#t))))))
(native-inputs (native-inputs
`(("pkg-config" ,pkg-config))) `(("pkg-config" ,pkg-config)))
(inputs (inputs