From c652ee7b7339d287b623692190d66c3f5f3a90ee Mon Sep 17 00:00:00 2001 From: John Kehayias Date: Wed, 26 Apr 2023 18:25:35 -0400 Subject: [PATCH] gnu: guitarix: Update to 0.44.1. * gnu/packages/audio.scm (guitarix): Update to 0.44.1. [arguments]: Use gexps. [native-inputs]: Remove labels --- gnu/packages/audio.scm | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm index dca5e516a1..c369fe1bd4 100644 --- a/gnu/packages/audio.scm +++ b/gnu/packages/audio.scm @@ -2314,7 +2314,7 @@ (define-public freepats-gm (define-public guitarix (package (name "guitarix") - (version "0.43.1") + (version "0.44.1") (source (origin (method url-fetch) (uri (string-append @@ -2322,14 +2322,14 @@ (define-public guitarix version ".tar.xz")) (sha256 (base32 - "1bsjlfd7x09p3iiljilyfbns6hpqn9cgp6psl4ccd6i1lwascfrm")))) + "063cdvrzrpnj08dm22z651hy5cz5bnsywf1z8b2kib2i9xskvs3p")))) (build-system waf-build-system) (arguments - `(#:tests? #f ; no "check" target - #:configure-flags - (list - ;; Add the output lib directory to the RUNPATH. - (string-append "--ldflags=-Wl,-rpath=" %output "/lib")))) + (list #:tests? #f ; no "check" target + #:configure-flags + #~(list + ;; Add the output lib directory to the RUNPATH. + (string-append "--ldflags=-Wl,-rpath=" #$output "/lib")))) (inputs (list libsndfile boost @@ -2347,12 +2347,12 @@ (define-public guitarix zita-resampler zita-convolver)) (native-inputs - `(("gperf" ,gperf) - ("faust" ,faust) - ("intltool" ,intltool) - ("gettext" ,gettext-minimal) - ("pkg-config" ,pkg-config) - ("sassc" ,sassc))) + (list gperf + faust + intltool + gettext-minimal + pkg-config + sassc)) (native-search-paths (list (search-path-specification (variable "LV2_PATH") -- 2.39.2