mirror of
https://gitlab.com/nonguix/nonguix.git
synced 2024-11-26 02:15:20 +01:00
nongnu: dxvk-1.7: Update to 1.8 and rename to dxvk-next.
* nongnu/packages/wine.scm (dxvk-1.7): Rename to... (dxvk-next): ...This new variable, and update to 1.8.
This commit is contained in:
parent
840a891dba
commit
d8c663800d
1 changed files with 3 additions and 3 deletions
|
@ -79,10 +79,10 @@ automatically. It also allows the installation of missing nonfree DLLs and
|
|||
tweaking of various Wine settings.")
|
||||
(license license:lgpl2.1)))
|
||||
|
||||
(define-public dxvk-1.7 ; Upstream Guix dxvk does not build anymore because of missing mingw compiler.
|
||||
(define-public dxvk-next ; Upstream Guix dxvk does not build anymore because of missing mingw compiler.
|
||||
(package
|
||||
(name "dxvk")
|
||||
(version "1.7.3")
|
||||
(version "1.8")
|
||||
(home-page "https://github.com/doitsujin/dxvk/")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
|
@ -91,7 +91,7 @@ tweaking of various Wine settings.")
|
|||
version "/dxvk-" version ".tar.gz") )
|
||||
(sha256
|
||||
(base32
|
||||
"185b80h7l62nv8k9rp32fkn00aglwcw9ccm6bx2n7bdpar149hp4"))))
|
||||
"0vj7v9dhaw18ymzl0z3155g18v92k444fi37jw9m0zxcjk27lkz8"))))
|
||||
(build-system copy-build-system)
|
||||
(arguments
|
||||
`(#:install-plan
|
||||
|
|
Loading…
Reference in a new issue