guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Efraim Flashner
Subject: 01/01: gnu: wine64: Add aarch64-linux to supported-systems.
Date: Wed, 1 Nov 2017 04:17:36 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 5010d0e36452882eb95666467bb983efa8cca081
Author: Efraim Flashner <address@hidden>
Date:   Tue Oct 31 22:48:02 2017 +0200

    gnu: wine64: Add aarch64-linux to supported-systems.
    
    * gnu/packages/wine.scm (wine64)[supported-systems]: Add aarch64-linux.
---
 gnu/packages/wine.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/wine.scm b/gnu/packages/wine.scm
index 6411050..b4c3c19 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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]