gnu: wine64-staging: Fix incorrect input.
authorRutger Helling <rhelling@mykolab.com>
Wed, 3 Jan 2018 09:56:44 +0000 (10:56 +0100)
committerRutger Helling <rhelling@mykolab.com>
Wed, 3 Jan 2018 09:58:55 +0000 (10:58 +0100)
* gnu/packages/wine.scm (wine64-staging): Copy from correct "wine-staging" input
instead of "wine".

gnu/packages/wine.scm

index 78f6838..da7620c 100644 (file)
@@ -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.