gnu: dxvk: Really fix unquoting.
* nongnu/packages/wine.scm (dxvk)[arguments]: Do it.
This commit is contained in:
parent
c5eb882b3e
commit
9b4c924a76
|
@ -97,7 +97,7 @@ tweaking of various Wine settings.")
|
||||||
`(#:install-plan
|
`(#:install-plan
|
||||||
`(,@,(if (string=? (or (%current-target-system) (%current-system))
|
`(,@,(if (string=? (or (%current-target-system) (%current-system))
|
||||||
"x86_64-linux")
|
"x86_64-linux")
|
||||||
''("x64" "share/dxvk/lib")
|
'(list '("x64" "share/dxvk/lib"))
|
||||||
''())
|
''())
|
||||||
("x32" ,,(if (string=? (or (%current-target-system) (%current-system))
|
("x32" ,,(if (string=? (or (%current-target-system) (%current-system))
|
||||||
"i686-linux")
|
"i686-linux")
|
||||||
|
|
Loading…
Reference in New Issue
Block a user