Archived
1
0
Fork 0

gnu: dxvk: Return #t in install-32 phase.

* gnu/packages/wine.scm (dxvk)[arguments]: Return #t in install-32 phase.
This commit is contained in:
Pierre Neidhardt 2020-02-29 17:10:46 +01:00
parent 72fdf85fad
commit 3842baa077
No known key found for this signature in database
GPG key ID: 9BDCF497A4BBCC7F

View file

@ -607,7 +607,8 @@ Use @command{setup_dxvk} to install the required libraries to a Wine prefix.")
(dxvk32 (assoc-ref inputs "dxvk32"))) (dxvk32 (assoc-ref inputs "dxvk32")))
(mkdir-p (string-append out "/lib32")) (mkdir-p (string-append out "/lib32"))
(copy-recursively (string-append dxvk32 "/lib") (copy-recursively (string-append dxvk32 "/lib")
(string-append out "/lib32")))))) (string-append out "/lib32"))
#t))))
'()) '())
(add-after 'install 'install-setup (add-after 'install 'install-setup
(lambda* (#:key inputs outputs #:allow-other-keys) (lambda* (#:key inputs outputs #:allow-other-keys)