[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Scope of support for Guix on other distros
From: |
Ludovic Courtès |
Subject: |
Re: Scope of support for Guix on other distros |
Date: |
Wed, 04 Oct 2017 16:21:36 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux) |
Christopher Allan Webber <address@hidden> skribis:
> Ricardo Wurmus writes:
>
>> Christopher Allan Webber <address@hidden> writes:
>>
>>> Since these don't provide Guix in the main repo (and Debian won't
>>> because we violate the FHS with /gnu/) we could probably auto-generate
>>> the .deb or .rpm from some gexp?
>>
>> I was thinking about adding support for the “deb” package format to
>> “guix pack”. We can already create fat tarballs, so it shouldn’t be too
>> much effort to create fat Debian archives.
>
> I think this would be a huge win!
Indeed! .deb is quite simple:
<https://en.wikipedia.org/wiki/Deb_%28file_format%29>.
It wouldn’t be optimal in that the generated package would be
self-contained: it would bring its own Guile, libgc, etc. instead of
using those of the host distro. But it does mean that it would work
pretty well. :-)
Another option would be to make a derivation that runs Checkinstall in a
Debian VM, which would provide a package that’s better integrated with
Debian, but it’s more tedious.
Ludo’.
- Re: Scope of support for Guix on other distros, (continued)
- Re: Scope of support for Guix on other distros, Christopher Allan Webber, 2017/10/02
- Re: Scope of support for Guix on other distros, ng0, 2017/10/02
- Re: Scope of support for Guix on other distros, Tobias Platen, 2017/10/03
- Re: Scope of support for Guix on other distros, Mark H Weaver, 2017/10/03
- Re: Scope of support for Guix on other distros, Christopher Allan Webber, 2017/10/03
- Re: Scope of support for Guix on other distros, Mark H Weaver, 2017/10/03
- Re: Scope of support for Guix on other distros, Christopher Allan Webber, 2017/10/04
- Re: Scope of support for Guix on other distros, Ricardo Wurmus, 2017/10/03
- Re: Scope of support for Guix on other distros, David Seaward, 2017/10/03
- Re: Scope of support for Guix on other distros, Christopher Allan Webber, 2017/10/03
- Re: Scope of support for Guix on other distros,
Ludovic Courtès <=
- Re: Scope of support for Guix on other distros, Ludovic Courtès, 2017/10/05
- Re: Scope of support for Guix on other distros, ng0, 2017/10/07
- Re: Scope of support for Guix on other distros, Hartmut Goebel, 2017/10/07
- Re: Scope of support for Guix on other distros, Adonay Felipe Nogueira, 2017/10/08
Re: Scope of support for Guix on other distros, Mark H Weaver, 2017/10/02
Re: Scope of support for Guix on other distros, Pjotr Prins, 2017/10/02