3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: wine64: Add aarch64-linux to supported-systems.

* gnu/packages/wine.scm (wine64)[supported-systems]: Add aarch64-linux.
This commit is contained in:
Efraim Flashner 2017-10-31 22:48:02 +02:00
parent 03d6e9dd08
commit 5010d0e364
Signed by untrusted user: efraim
GPG key ID: 41AAE7DCCA3D8351

View file

@ -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.