gnu: pipewire-0.3: Update to 0.3.40.
* gnu/packages/linux.scm (pipewire-0.3): Update to 0.3.40. [arguments]: Disable session managers to avoid missing input.
This commit is contained in:
		
							parent
							
								
									e765ad091d
								
							
						
					
					
						commit
						f18a586a45
					
				
					 1 changed files with 4 additions and 3 deletions
				
			
		|  | @ -8190,7 +8190,7 @@ of Linux application development.") | ||||||
|   (package |   (package | ||||||
|     (inherit pipewire) |     (inherit pipewire) | ||||||
|     (name "pipewire") |     (name "pipewire") | ||||||
|     (version "0.3.29") |     (version "0.3.40") | ||||||
|     (source (origin |     (source (origin | ||||||
|               (method git-fetch) |               (method git-fetch) | ||||||
|               (uri (git-reference |               (uri (git-reference | ||||||
|  | @ -8199,12 +8199,13 @@ of Linux application development.") | ||||||
|               (file-name (git-file-name name version)) |               (file-name (git-file-name name version)) | ||||||
|               (sha256 |               (sha256 | ||||||
|                (base32 |                (base32 | ||||||
|                 "16jjxcnahxqfcawz77ywx837ybhwzcivn7hgqb9cmlp1y2syy8gk")))) |                 "1c6gni23l5w3ghwqnfs712kjj6l1825f0ib8a6r2xc1ymr0sx3kr")))) | ||||||
|     (arguments |     (arguments | ||||||
|      '(#:configure-flags |      '(#:configure-flags | ||||||
|        (list (string-append "-Dudevrulesdir=" (assoc-ref %outputs "out") |        (list (string-append "-Dudevrulesdir=" (assoc-ref %outputs "out") | ||||||
|                             "/lib/udev/rules.d") |                             "/lib/udev/rules.d") | ||||||
|              "-Dsystemd=disabled") |              "-Dsystemd=disabled" | ||||||
|  |              "-Dsession-managers=[]") | ||||||
|        #:phases |        #:phases | ||||||
|        (modify-phases %standard-phases |        (modify-phases %standard-phases | ||||||
|          ;; Skip shrink-runpath, otherwise validate-runpath fails. |          ;; Skip shrink-runpath, otherwise validate-runpath fails. | ||||||
|  |  | ||||||
		Reference in a new issue