diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index d8e6c7dfa3..3fe36cb9e7 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -8190,7 +8190,7 @@ (define-public pipewire-0.3 (package (inherit pipewire) (name "pipewire") - (version "0.3.29") + (version "0.3.40") (source (origin (method git-fetch) (uri (git-reference @@ -8199,12 +8199,13 @@ (define-public pipewire-0.3 (file-name (git-file-name name version)) (sha256 (base32 - "16jjxcnahxqfcawz77ywx837ybhwzcivn7hgqb9cmlp1y2syy8gk")))) + "1c6gni23l5w3ghwqnfs712kjj6l1825f0ib8a6r2xc1ymr0sx3kr")))) (arguments '(#:configure-flags (list (string-append "-Dudevrulesdir=" (assoc-ref %outputs "out") "/lib/udev/rules.d") - "-Dsystemd=disabled") + "-Dsystemd=disabled" + "-Dsession-managers=[]") #:phases (modify-phases %standard-phases ;; Skip shrink-runpath, otherwise validate-runpath fails.