gnu: wine64-staging: Adapt patch script.
authorRutger Helling <rhelling@mykolab.com>
Sat, 3 Aug 2019 08:49:35 +0000 (10:49 +0200)
committerRutger Helling <rhelling@mykolab.com>
Sat, 3 Aug 2019 08:50:58 +0000 (10:50 +0200)
* gnu/packages/wine.scm (wine64-staging)[arguments]: Don't exclude certain
patches.

gnu/packages/wine.scm

index 4e7d1b0..fd7277a 100644 (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)