me
/
guix
Archived
1
0
Fork 0

gnu: wine: Remove duplicate supported-systems field.

* gnu/packages/wine.scm (wine)[supported-systems]: Remove duplicate
field.
master
Efraim Flashner 2018-01-10 23:02:45 +02:00
parent f8b135b25f
commit cac274aa80
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 1 additions and 5 deletions

View File

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