Leo Famulari skrev: (11 januari 2019 23:32:12 CET)
>On Mon, Jan 07, 2019 at 05:48:39PM +0100, L p R n d n wrote:
>> - Currently, I think the only way for a GuixSD installation to break
>is
>> if something goes wrong with the bootloader. Might be nice to have
>a
>> tool (in the install image I
swedebugia writes:
> Leo Famulari skrev: (11 januari 2019 23:32:12 CET)
>>On Mon, Jan 07, 2019 at 05:48:39PM +0100, L p R n d n wrote:
>>> - Currently, I think the only way for a GuixSD installation to break
>>is
>>> if something goes wrong with the bootloader. Might be nice to have
>>a
>>>
Hi
I have good (and bad) news!
Today I worked intensely on the node-build-system, importer and made
some improvements as I ran into multiple errors using the importer and
building the packages.
I tried first importing tape (test package, quite popular) and succeded
with a few adjustments.
Then
On 2019-01-12 18:57, swedebu...@riseup.net wrote:
> Hi
>
> I have good (and bad) news!
>
> Today I worked intensely on the node-build-system, importer and made
> some improvements as I ran into multiple errors using the importer and
> building the packages.
>
> I tried first importing tape (test
Hey Ludo!
Thanks for your review. My comments below.
> • On the first screen, should “Graphical install” come first?
Done in 0cc05606ddae0ec0bf6244418571ffc1478eeb9.
>
> • Should the choice of a locale come before the welcome screen?
I'm not sure about this one. I prefer to welcome the us
I've done some more digging, and I have a better idea of why this is
failing.
Running `(asdf:operate 'asdf:compile-bundle-op :foo)` on a
`package-inferred-system` produces several `.fasl` files -- one for each
sub-package instead of the usual `foo--system.fasl` file. The
`cleanup-files` phase then
Le Sat, 12 Jan 2019 11:08:03 -0800,
swedebu...@riseup.net a écrit :
> On 2019-01-12 18:57, swedebu...@riseup.net wrote:
> > Hi
> >
> > I have good (and bad) news!
> >
> > Today I worked intensely on the node-build-system, importer and made
> > some improvements as I ran into multiple errors usin
Hi all, I am attempting to package cquery.
Here is my definition
(define-public cquery
(package
(name "cquery")
(version "20180718")
(source (origin
(method url-fetch)
(uri (string-append
"https://github.com/cquery-project/cquery/archive/v";