Re: GRUB fallback mechanism [was Re: Brain storming cool Guix features]

2019-01-12 Thread swedebugia
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

Re: GRUB fallback mechanism [was Re: Brain storming cool Guix features]

2019-01-12 Thread Ricardo Wurmus
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 >>>

NPM breakthrough with test packages and weird error

2019-01-12 Thread swedebugia
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

Re: NPM breakthrough with test packages and weird error

2019-01-12 Thread swedebugia
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

Re: Merging ‘wip-newt-installer’ in master?

2019-01-12 Thread Mathieu Othacehe
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

Re: ASDF Builder (Common Lisp) & "package-inferred-system" Packages

2019-01-12 Thread Katherine Cox-Buday
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

Re: NPM breakthrough with test packages and weird error

2019-01-12 Thread Julien Lepiller
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

Packaging cquery

2019-01-12 Thread brettg
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";