guix-devel
[Top][All Lists]
Advanced

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

Re: i686-linux GCC package on x86_64


From: Alex Kost
Subject: Re: i686-linux GCC package on x86_64
Date: Wed, 16 Oct 2019 19:38:37 +0300
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux)

Mathieu Othacehe (2019-10-14 16:54 +0200) wrote:

> Hey Pierre,
>
>> --8<---------------cut here---------------start------------->8---
>> (define-public cross-gcc
>>   (package
>>     (inherit ((@@ (gnu packages cross-base) cross-gcc)
>>               "i686-unknown-linux-gnu"
>>               #:libc (cross-libc "i686-unknown-linux-gnu")))
>>     (name "cross-gcc")))
>> --8<---------------cut here---------------end--------------->8---
>
> Here if you need @@ for cross-gcc, you'll also need it for cross-libc I
> guess.
>
> But the visibility issue you have is because cross-gcc inherits from gcc
> who has the property hidden? set to #t.

BTW, there is a "hidden" feature in Emacs-Guix: "M-: (guix-hidden-packages)".

It will not be hidden in the next Emacs-Guix release ;-)

-- 
Alex



reply via email to

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