guix-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] gnu: Add Wine.


From: 宋文武
Subject: Re: [PATCH] gnu: Add Wine.
Date: Mon, 17 Nov 2014 20:34:25 +0800
User-agent: Notmuch/0.18.1 (http://notmuchmail.org) Emacs/24.3.1 (x86_64-pc-linux-gnu)

Ludovic Courtès <address@hidden> writes:

> 宋文武 <address@hidden> skribis:
>
>> I can't get tests working, so leave them disabled.
>
> It’s OK to do that so we can move forward, but please leave a comment
> that explains the situation, above #:tests? #f.  The goal remains to
> have tests running, eventually.
By run it manually, it seem to me that many tests of wine are known to failed.
>
>> +    (arguments
>> +     `(#:system "i686-linux"
>
> No, that’s not possible.  :-)
> People should be able to use Wine regardless of their platform.
>
> What is the reason behind it?
The goal is to have 32bit version wine for x86_64-linux.
IMO, it's what most people want: to run 32bit windows applications.

Yeah, for pure 64bit system `x86_64-linux', we can add wine64, which can run
64bit windows applications.

I have not try `mips64el-linux', but it sound mostly not working to me.
>
> If some platforms are inherently not supported by Wine, then please add
> a ‘supported-platforms’ field (there are examples in other files.)
By set #:system to `i686-linux', I assume it's same as:
  `(supported-systems '("i686-linux" "x86_64-linux"))'
>
> The rest looks good to me.
>
> Thanks,
> Ludo’.



reply via email to

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