me
/
guix
Archived
1
0
Fork 0

gnu: dxvk: Update to 1.5.4.

* gnu/packages/wine.scm (dxvk): Update to 1.5.4.
master
Pierre Neidhardt 2020-02-14 10:07:54 +01:00
parent 57718bdf68
commit 98e3953e96
No known key found for this signature in database
GPG Key ID: 9BDCF497A4BBCC7F
1 changed files with 3 additions and 4 deletions

View File

@ -554,7 +554,7 @@ version)")
;; This package provides 32-bit dxvk libraries on 64-bit systems.
(package
(name "dxvk32")
(version "1.5")
(version "1.5.4")
(home-page "https://github.com/doitsujin/dxvk/")
(source (origin
(method git-fetch)
@ -564,7 +564,7 @@ version)")
(file-name (git-file-name name version))
(sha256
(base32
"009p99jkskrmy186gsqrf0p3v9z3lskw51r4vdp35af057q26a6x"))))
"0yhxd5rnn5mcvcb2n062z9wqqwxjq5c0rzfbjz1z9ppznj8gn37i"))))
(build-system meson-build-system)
(arguments
`(#:system "i686-linux"
@ -633,6 +633,5 @@ Use @command{setup_dxvk} to install the required libraries to a Wine prefix.")
,@(match (%current-system)
("x86_64-linux"
`(("dxvk32" ,dxvk32)))
(_ '()))
))
(_ '()))))
(supported-systems '("i686-linux" "x86_64-linux"))))