help-guix
[Top][All Lists]
Advanced

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

Re: Installation: Load non-free wifi firmware (iwlwifi)


From: Pierre Neidhardt
Subject: Re: Installation: Load non-free wifi firmware (iwlwifi)
Date: Fri, 23 Mar 2018 18:59:59 +0530
User-agent: mu4e 1.0; emacs 26.0.91

Clément Lassieur <address@hidden> writes:

> Guix allows one to customize their packages through inheritance.  You
> could create a custom linux package that inherits Guix's linux-libre,
> with, say a differente source.  When linux-libre is updated, my-linux
> would be updated as well, since it inherits linux-libre.  Thus, you
> would have no maintainance to do.
>
> (define-public my-linux
>   (package
>     (inherit linux-libre)
>     (name "my-linux")
>     (source ...)))
>
> This custom package's definition needs to be within GUIX_PACKAGE_PATH.
> See
> https://www.gnu.org/software/guix/manual/html_node/Package-Modules.html#Package-Modules
> for more information.

Thanks for the tip, it seems to be working perfectly so far!

-- 
Pierre Neidhardt

No matter what other nations may say about the United States,
immigration is still the sincerest form of flattery.

Attachment: signature.asc
Description: PGP signature


reply via email to

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