[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Adding extra package importers
From: |
Maxime Devos |
Subject: |
Re: Adding extra package importers |
Date: |
Sun, 19 Sep 2021 16:44:28 +0200 |
User-agent: |
Evolution 3.34.2 |
pinoaffe schreef op zo 19-09-2021 om 15:01 [+0200]:
> Hi guix,
>
> Recently, I made an effort to get the guix-npm binary importer working
> in combination with a relatively "modern" guix - my changes are rather
> hacky and I think I may have broken a thing or two, but i got it to work
> reasonably well in the REPL.
> (many thanks to Jelle Licht and possibly others who initially wrote the
> importer)
>
> Considering that such a binary importer is probably not well-suited for
> inclusion in guix-proper, I would like to make it available through an
> additional channel, mostly for my own use but maybe also for others.
>
> However, the commandline interface for ~guix import~ operates based on a
> list of importers in (guix scripts import) in guix proper - is there a
> way to replace this functionality so that additional guix channels could
> "extend" the list of importers?
(guix scripts import) could scan the subdirectories guix/scripts/import of
%load-path for importers. See 'importer-modules' and '%updaters' in
(guix upstream) for how to do this.
Greetings,
Maxime.
signature.asc
Description: This is a digitally signed message part
- Adding extra package importers, pinoaffe, 2021/09/19
- Re: Adding extra package importers,
Maxime Devos <=
- Merging the “binary” NPM importer?, Ludovic Courtès, 2021/09/23
- Re: Merging the “binary” NPM importer?, pinoaffe, 2021/09/23
- Re: Merging the “binary” NPM importer?, Jelle Licht, 2021/09/26
- Re: Merging the “binary” NPM importer?, pinoaffe, 2021/09/26
- Re: Merging the “binary” NPM importer?, Philip McGrath, 2021/09/26
- Re: Merging the “binary” NPM importer?, pinoaffe, 2021/09/27
- Re: Merging the “binary” NPM importer?, Katherine Cox-Buday, 2021/09/27
- Re: Merging the “binary” NPM importer?, Ludovic Courtès, 2021/09/28
Re: Merging the “binary” NPM importer?, Christine Lemmer-Webber, 2021/09/24