guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: wine64-staging: Fix incorrect input.


From: Rutger Helling
Subject: 01/01: gnu: wine64-staging: Fix incorrect input.
Date: Wed, 3 Jan 2018 04:59:26 -0500 (EST)

rhelling pushed a commit to branch master
in repository guix.

commit 417903c63ce41030b288ac643aaa7ddb92ddfab1
Author: Rutger Helling <address@hidden>
Date:   Wed Jan 3 10:56:44 2018 +0100

    gnu: wine64-staging: Fix incorrect input.
    
    * gnu/packages/wine.scm (wine64-staging): Copy from correct "wine-staging" 
input
    instead of "wine".
---
 gnu/packages/wine.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/wine.scm b/gnu/packages/wine.scm
index 78f6838..da7620c 100644
--- a/gnu/packages/wine.scm
+++ b/gnu/packages/wine.scm
@@ -271,7 +271,7 @@ integrated into the main branch.")
        (modify-phases %standard-phases
          (add-after 'install 'copy-wine32-binaries
            (lambda* (#:key outputs #:allow-other-keys)
-             (let* ((wine32 (assoc-ref %build-inputs "wine"))
+             (let* ((wine32 (assoc-ref %build-inputs "wine-staging"))
                     (out (assoc-ref %outputs "out")))
                ;; Copy the 32-bit binaries needed for WoW64.
                (copy-file (string-append wine32 "/bin/wine")
@@ -281,7 +281,7 @@ integrated into the main branch.")
                #t)))
          (add-after 'compress-documentation 'copy-wine32-manpage
            (lambda* (#:key outputs #:allow-other-keys)
-             (let* ((wine32 (assoc-ref %build-inputs "wine"))
+             (let* ((wine32 (assoc-ref %build-inputs "wine-staging"))
                     (out (assoc-ref %outputs "out")))
                ;; Copy the missing man file for the wine binary from
                ;; wine-staging.



reply via email to

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