gnu: sway: Update to 1.6.
* gnu/packages/wm.scm (sway): Update to 1.6. [arguments]: Build with meson-next.
This commit is contained in:
		
							parent
							
								
									afd2d66f2a
								
							
						
					
					
						commit
						b7daa450d9
					
				
					 1 changed files with 4 additions and 3 deletions
				
			
		|  | @ -1438,7 +1438,7 @@ modules for building a Wayland compositor.") | ||||||
| (define-public sway | (define-public sway | ||||||
|   (package |   (package | ||||||
|     (name "sway") |     (name "sway") | ||||||
|     (version "1.5.1") |     (version "1.6") | ||||||
|     (source |     (source | ||||||
|      (origin |      (origin | ||||||
|        (method git-fetch) |        (method git-fetch) | ||||||
|  | @ -1447,10 +1447,11 @@ modules for building a Wayland compositor.") | ||||||
|              (commit version))) |              (commit version))) | ||||||
|        (file-name (git-file-name name version)) |        (file-name (git-file-name name version)) | ||||||
|        (sha256 |        (sha256 | ||||||
|         (base32 "1xsa3h8zhf29p0mi90baxpr76jkd9pd1gr97ky8cnjbcs4isj9j0")))) |         (base32 "0vnplva11yafhbijrk68wy7pw0psn9jm0caaymswq1s951xsn1c8")))) | ||||||
|     (build-system meson-build-system) |     (build-system meson-build-system) | ||||||
|     (arguments |     (arguments | ||||||
|      `(#:phases |      `(#:meson ,meson-next | ||||||
|  |        #:phases | ||||||
|        (modify-phases %standard-phases |        (modify-phases %standard-phases | ||||||
|          (add-before 'configure 'hardcode-paths |          (add-before 'configure 'hardcode-paths | ||||||
|            (lambda* (#:key inputs #:allow-other-keys) |            (lambda* (#:key inputs #:allow-other-keys) | ||||||
|  |  | ||||||
		Reference in a new issue