gnu: wine: Update to 2.11.
* gnu/packages/wine.scm (wine): Update to 2.11 Signed-off-by: Leo Famulari <leo@famulari.name>
This commit is contained in:
parent
91cf5fdacd
commit
cb76c4e316
|
@ -55,14 +55,14 @@
|
||||||
(define-public wine
|
(define-public wine
|
||||||
(package
|
(package
|
||||||
(name "wine")
|
(name "wine")
|
||||||
(version "2.10")
|
(version "2.11")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://dl.winehq.org/wine/source/2.x"
|
(uri (string-append "https://dl.winehq.org/wine/source/2.x"
|
||||||
"/wine-" version ".tar.xz"))
|
"/wine-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0ygiaayi2mv6jl450d03i4x2gd2bg3mwk3s2pxas87g8sbzzg3a8"))))
|
"0g6cwjyqwc660w33453aklh3hpc0b8rrb88dryn23ah6wannvagg"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs `(("pkg-config" ,pkg-config)
|
(native-inputs `(("pkg-config" ,pkg-config)
|
||||||
("gettext" ,gettext-minimal)
|
("gettext" ,gettext-minimal)
|
||||||
|
@ -105,8 +105,7 @@
|
||||||
("unixodbc" ,unixodbc)
|
("unixodbc" ,unixodbc)
|
||||||
("zlib" ,zlib)))
|
("zlib" ,zlib)))
|
||||||
(arguments
|
(arguments
|
||||||
`(;; The 64-bit build of Wine is reportedly less useful or even usable,
|
`(;; Force a 32-bit build (under the assumption that this package is
|
||||||
;; so force a 32-bit build (under the assumption that this package is
|
|
||||||
;; being used on an IA32-compatible architecture.)
|
;; being used on an IA32-compatible architecture.)
|
||||||
#:system "i686-linux"
|
#:system "i686-linux"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue