gnu: wine64-staging: Adapt patch script.

* gnu/packages/wine.scm (wine64-staging)[arguments]: Don't exclude certain
patches.
master
Rutger Helling 2019-08-03 10:49:35 +02:00
parent 09fd82ce8c
commit 036feaf9cb
No known key found for this signature in database
GPG Key ID: F3A727DB44FCCA36
1 changed files with 1 additions and 3 deletions

View File

@ -484,9 +484,7 @@ integrated into the main branch.")
"wine-staging-patchset-data")
"/share/wine-staging/patches/patchinstall.sh")))
;; Exclude specific patches that conflict with FAudio.
(invoke script (string-append "DESTDIR=" ".") "--all" "-W"
"xaudio2-revert" "-W" "xaudio2_CommitChanges" "-W"
"xaudio2_7-WMA_support" "-W" "xaudio2_7-CreateFX-FXEcho")
(invoke script (string-append "DESTDIR=" ".") "--all")
#t)))
(add-after 'install 'copy-wine32-binaries
(lambda* (#:key outputs #:allow-other-keys)