Re: Packaging cquery

2019-01-13 Thread Efraim Flashner
On Sun, Jan 13, 2019 at 04:24:05AM +0100, bre...@posteo.net wrote: > 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 (str

Re: Packaging cquery

2019-01-13 Thread jiaming yuan
Hi Brett, I have a working cquery and ccls package depends on clang-7: https://github.com/trivialfis/guixpkgs/blob/b64f6fd3f8d4e04c6752e20bb7769e1c426f6ad4/code.scm#L114 I can't upstream it because there are too many bundled dependencies. Feel free to look into it. :) bre...@posteo.net writes

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

2019-01-13 Thread Mathieu Othacehe
Hey, >> ERROR: pty: failed to exec child /gnu/store/…-installer: Operation not >> permitted (exec_child() in src/pty.c:299) >> >> in a loop and the VM became unusable. Not sure what happened! > > Hmm at least I can reproduce this issue, not sure what's > happening. This error does no

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

2019-01-13 Thread Andy Patterson
Hey Katherine, On Sat, 12 Jan 2019 14:24:38 -0600 Katherine Cox-Buday wrote: > 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 > e

Re: Brain storming cool Guix features

2019-01-13 Thread Joshua Branson
Ricardo Wurmus writes: > Joshua Branson writes: > >> I had some cool ideas/features for things that GuixSD could potentially >> add, and I wanted to share. Are any of these possible? >> >> #+BEGIN_SRC scheme >> (operating system >> (keymap "dvorak") >> ...) >> #+END_SRC >> >> The above wou

Re: bug#34020: [PATCH 0/2] Re-purpose '--verbosity' to something useful

2019-01-13 Thread Ludovic Courtès
Hi ng0, skribis: > Would you be open for a patch which adds BSD familiar -v behavior? > In other words, multiple v increase the verbosity level, like -vv is more > verbose than -v. I'll have to check the actual changes first, haven't had > access to something which runs plain Guix in a while. I

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

2019-01-13 Thread Ludovic Courtès
Ricardo Wurmus skribis: > swedebugia writes: > >> Leo Famulari skrev: (11 januari 2019 23:32:12 CET) [...] >>>Apparently GRUB has a feature that records a "fallback" system to boot >>>if booting fails. >>> >>>Maybe when reconfiguring, Guix could set the current system as the >>>fallback so th

Re: bug#34020: [PATCH 0/2] Re-purpose '--verbosity' to something useful

2019-01-13 Thread ng0
Okay, seems reasonable as well. On Sun, 13 Jan 2019 21:55:55 +0100, Ludovic Courtès wrote: > Hi ng0, > > skribis: > > > Would you be open for a patch which adds BSD familiar -v behavior? > > In other words, multiple v increase the verbosity level, like -vv is more > > verbose than -v. I'll ha

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

2019-01-13 Thread Ludovic Courtès
Hi, Mathieu Othacehe skribis: >>> ERROR: pty: failed to exec child /gnu/store/…-installer: Operation >>> not permitted (exec_child() in src/pty.c:299) >>> >>> in a loop and the VM became unusable. Not sure what happened! >> >> Hmm at least I can reproduce this issue, not sure what's

Keyboard layout configuration

2019-01-13 Thread Ludovic Courtès
Hello Joshua, Thanks a lot for working on this! I’d really like 1.0 to provide a reasonable way to configure the keyboard layout once and for all. I suggest we continue the discussion in the context of . Joshua Branson skribis: > I believe I have identifi

Re: Communication and Design at Guix

2019-01-13 Thread Ludovic Courtès
Hi! Ricardo Wurmus skribis: > L p R n d n writes: > What about guix.info? We can do whatever we want there I suppose and just link to it from the gnu site. >>> >>> Well in general we can always do whatever we want. :-) I do think >>> there’s value in presenting GNU manuals in

Re: Communication and Design at Guix

2019-01-13 Thread Ludovic Courtès
Hi, L p R n d n skribis: > Ludovic Courtès writes: [...] >> A very concrete task that could be of interest to you is the “name >> change” (a bit of a strong word) that we’d like to implement by 1.0. >> I’ll try to summarize. Currently we have “Guix” and “GuixSD”, and that >> confuses th

Re: Article: Playing with Guix REPL from scratch

2019-01-13 Thread Ludovic Courtès
Hi Chris, Chris Marusich skribis: > FYI, there is an email list specifically for blog post review: > guix-b...@gnu.org. I'm not sure if it's still active, since I can't > find an entry for it on lists.gnu.org. In the future (assuming it's > still active), you can send your blog post there spec

Getting to 1.0!

2019-01-13 Thread Ludovic Courtès
Hello Guix! FOSDEM is only a couple of weeks away, and as we know, FOSDEM is the proclaimed deadline for 1.0. We’ve come a long way but there are still quite a few things to address before we can reasonably release 1.0: https://git.savannah.gnu.org/cgit/guix/maintenance.git/tree/doc/1.0.org G

Re: Keyboard layout configuration

2019-01-13 Thread nee
Am 13.01.19 um 22:36 schrieb Ludovic Courtès: >> 1) grub >> 2) linux's initrd >> 3) console >> 4) X/wayland's layout >> 5) How to do the above > Hello, I was working on this recently and made a patch for X11 that fixes the layout in the slim login and when you login into gnome3 or whatever deskto

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

2019-01-13 Thread Katherine Cox-Buday
Andy Patterson writes: > Hey Katherine, Hey Andy! I'm so glad you're chiming in. Thanks for providing this build system! > On Sat, 12 Jan 2019 14:24:38 -0600 Katherine Cox-Buday > wrote: > >> I've done some more digging, and I have a better idea of why this is >> failing. >> >> Running `(asdf