diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2018-01-10 23:02:45 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2018-01-10 23:03:28 +0200 |
commit | cac274aa8002d2618d8769081570644fb60b6120 (patch) | |
tree | dfc7d01890c148d27c03a853dd4b1282e883f29e /gnu/packages/wine.scm | |
parent | f8b135b25f1ad83d72695bba65d88917f660ce95 (diff) | |
download | patches-cac274aa8002d2618d8769081570644fb60b6120.tar patches-cac274aa8002d2618d8769081570644fb60b6120.tar.gz |
gnu: wine: Remove duplicate supported-systems field.
* gnu/packages/wine.scm (wine)[supported-systems]: Remove duplicate
field.
Diffstat (limited to 'gnu/packages/wine.scm')
-rw-r--r-- | gnu/packages/wine.scm | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/gnu/packages/wine.scm b/gnu/packages/wine.scm index de1fa7aa2a..655367ac33 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 |