guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: wine: Remove duplicate supported-systems field.


From: Efraim Flashner
Subject: 01/01: gnu: wine: Remove duplicate supported-systems field.
Date: Wed, 10 Jan 2018 16:03:48 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit cac274aa8002d2618d8769081570644fb60b6120
Author: Efraim Flashner <address@hidden>
Date:   Wed Jan 10 23:02:45 2018 +0200

    gnu: wine: Remove duplicate supported-systems field.
    
    * gnu/packages/wine.scm (wine)[supported-systems]: Remove duplicate
    field.
---
 gnu/packages/wine.scm | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/gnu/packages/wine.scm b/gnu/packages/wine.scm
index de1fa7a..655367a 100644
--- a/gnu/packages/wine.scm
+++ b/gnu/packages/wine.scm
@@ -158,11 +158,7 @@ integrate Windows applications into your desktop.")
     ;; Any platform should be able to build wine, but based on '#:system' these
     ;; are thr ones we currently support.
     (supported-systems '("i686-linux" "x86_64-linux" "armhf-linux"))
-    (license license:lgpl2.1+)
-
-    ;; It really only supports IA32, but building on x86_64 will have the same
-    ;; effect as building on i686 anyway.
-    (supported-systems (delete "mips64el-linux" %supported-systems))))
+    (license license:lgpl2.1+)))
 
 (define-public wine64
   (package



reply via email to

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