~ruther/guix-local

5010d0e36452882eb95666467bb983efa8cca081 — Efraim Flashner 8 years ago 03d6e9d
gnu: wine64: Add aarch64-linux to supported-systems.

* gnu/packages/wine.scm (wine64)[supported-systems]: Add aarch64-linux.
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/packages/wine.scm
M gnu/packages/wine.scm => gnu/packages/wine.scm +1 -1
@@ 157,7 157,7 @@ integrate Windows applications into your desktop.")
       ,@(strip-keyword-arguments '(#:configure-flags #:system)
                                  (package-arguments wine))))
    (synopsis "Implementation of the Windows API (64-bit version)")
    (supported-systems '("x86_64-linux"))))
    (supported-systems '("x86_64-linux" "aarch64-linux"))))

;; TODO: This is wine development version, provided for historical reasons.
;; We can remove it as soon as a new stable release is out.