guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: wine64-staging: Adapt patch script.


From: guix-commits
Subject: 01/01: gnu: wine64-staging: Adapt patch script.
Date: Sat, 3 Aug 2019 04:51:07 -0400 (EDT)

rhelling pushed a commit to branch master
in repository guix.

commit 036feaf9cb245629332006038ef580858fa6bfbc
Author: Rutger Helling <address@hidden>
Date:   Sat Aug 3 10:49:35 2019 +0200

    gnu: wine64-staging: Adapt patch script.
    
    * gnu/packages/wine.scm (wine64-staging)[arguments]: Don't exclude certain
    patches.
---
 gnu/packages/wine.scm | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/gnu/packages/wine.scm b/gnu/packages/wine.scm
index 4e7d1b0..fd7277a 100644
--- a/gnu/packages/wine.scm
+++ b/gnu/packages/wine.scm
@@ -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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]