guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

35/181: gnu: pipewire-0.3: Update to 0.3.56 and use gexps.


From: guix-commits
Subject: 35/181: gnu: pipewire-0.3: Update to 0.3.56 and use gexps.
Date: Tue, 13 Sep 2022 02:25:17 -0400 (EDT)

apteryx pushed a commit to branch master
in repository guix.

commit 7aa6f3cfc1f5b199f36c6f06a36ce0f2941d4176
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Mon Aug 22 23:38:28 2022 -0400

    gnu: pipewire-0.3: Update to 0.3.56 and use gexps.
    
    * gnu/packages/linux.scm (pipewire-0.3): Update to 0.3.56.
    [arguments]: Use gexps.
---
 gnu/packages/linux.scm | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 605325f924..8c33bd6fcc 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -8699,11 +8699,11 @@ of Linux application development.")
                (base32
                 "066g4ri2k8pdflclvr2919f6x98gmqrqyj1xyiingw2nn2pwgcf1"))))
     (arguments
-     '(#:configure-flags
-       (list (string-append "-Dudevrulesdir=" (assoc-ref %outputs "out")
-                            "/lib/udev/rules.d")
-             "-Dsystemd=disabled"
-             "-Dsession-managers=[]")))
+     (list
+      #:configure-flags
+      #~(list (string-append "-Dudevrulesdir=" #$output "/lib/udev/rules.d")
+              "-Dsystemd=disabled"
+              "-Dsession-managers=[]")))
     (inputs (modify-inputs (package-inputs pipewire)
               (prepend avahi
                        bluez



reply via email to

[Prev in Thread] Current Thread [Next in Thread]