gnu: wine64-staging: Fix incorrect input.

* gnu/packages/wine.scm (wine64-staging): Copy from correct "wine-staging" input
instead of "wine".
This commit is contained in:
Rutger Helling 2018-01-03 10:56:44 +01:00
parent e6b94a0247
commit 417903c63c
No known key found for this signature in database
GPG key ID: F3A727DB44FCCA36

View file

@ -271,7 +271,7 @@ (define-public wine64-staging
(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 @@ (define-public wine64-staging
#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.