mirror of
https://gitlab.com/nonguix/nonguix.git
synced 2024-11-22 08:28:09 +01:00
gnu: dxvk: Really fix unquoting.
* nongnu/packages/wine.scm (dxvk)[arguments]: Do it.
This commit is contained in:
parent
c5eb882b3e
commit
9b4c924a76
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ tweaking of various Wine settings.")
|
|||
`(#:install-plan
|
||||
`(,@,(if (string=? (or (%current-target-system) (%current-system))
|
||||
"x86_64-linux")
|
||||
''("x64" "share/dxvk/lib")
|
||||
'(list '("x64" "share/dxvk/lib"))
|
||||
''())
|
||||
("x32" ,,(if (string=? (or (%current-target-system) (%current-system))
|
||||
"i686-linux")
|
||||
|
|
Loading…
Reference in a new issue