From 616fa14b8cf106154865974d17b1b34b25220ec8 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Wed, 26 Aug 2020 16:28:26 +0200 Subject: gnu: pipewire: Update to 0.3.10. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/linux.scm (pipewire): Update to 0.3.10. [arguments]: Set the ‘udevrulesdir’ configure flag. --- gnu/packages/linux.scm | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'gnu/packages/linux.scm') diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 4834aa4dae..0b603cfa0d 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -7208,7 +7208,7 @@ of Linux application development.") (package (inherit pipewire) (name "pipewire") - (version "0.3.7") + (version "0.3.10") (source (origin (method git-fetch) (uri (git-reference @@ -7217,12 +7217,15 @@ of Linux application development.") (file-name (git-file-name name version)) (sha256 (base32 - "04l66p0wj553gp2zf3vwwh6jbr1vkf6wrq4za9zlm9dn144am4j2")))) + "1y293sfhhmzbgnlvs46bpiyimlii5nk71f8115qxs8sviwlsdr3w")))) (arguments - '(#:configure-flags '("-Dsystemd=false") + '(#:configure-flags + (list (string-append "-Dudevrulesdir=" (assoc-ref %outputs "out") + "/lib/udev/rules.d") + "-Dsystemd=false") #:phases (modify-phases %standard-phases - ;; Skip shrink-runpath, otherwise validate-runpath fails + ;; Skip shrink-runpath, otherwise validate-runpath fails. (delete 'shrink-runpath)))) (inputs (append (package-inputs pipewire) -- cgit v1.2.3