diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2017-10-31 22:48:02 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2017-11-01 10:17:18 +0200 |
commit | 5010d0e36452882eb95666467bb983efa8cca081 (patch) | |
tree | 384adea4e506f9b2be99237026f39e1a50a8feb1 /gnu/packages/wine.scm | |
parent | 03d6e9dd08ee995f0d9fb363478117b9af80aa01 (diff) | |
download | guix-5010d0e36452882eb95666467bb983efa8cca081.tar guix-5010d0e36452882eb95666467bb983efa8cca081.tar.gz |
gnu: wine64: Add aarch64-linux to supported-systems.
* gnu/packages/wine.scm (wine64)[supported-systems]: Add aarch64-linux.
Diffstat (limited to 'gnu/packages/wine.scm')
-rw-r--r-- | gnu/packages/wine.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/wine.scm b/gnu/packages/wine.scm index 6411050773..b4c3c194f8 100644 --- a/gnu/packages/wine.scm +++ b/gnu/packages/wine.scm @@ -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. |