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:
parent
72fdf85fad
commit
3842baa077
1 changed files with 2 additions and 1 deletions
|
@ -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)
|
||||||
|
|
Reference in a new issue