Using --manfistest with /manifest files

2020-06-10 Thread elaexuotee
In an attempt to tar up the *build* environment for a package to share with a colleague, I encountered this: [env]$ guix pack -m $GUIX_ENVIRONMENT/manifest (manifest ...): Wrong number of arguments From playing around a bit, my guess is that the `/manifest' files are just human-readable

Re: Manual consistency

2020-06-10 Thread Dmitry Alexandrov
Ricardo Wurmus wrote: > Ludovic Courtès writes: >> Ricardo Wurmus skribis: >>> Julien Lepiller writes: If there is a way to mark a sentence to wrap it into a class, we could also do some CSS magic with :before. >> >> What about adding some more post-processing in doc/build.scm? :-)

Re: Guile-SQLite3 0.1.1 released

2020-06-10 Thread Ludovic Courtès
Hi, Danny Milosavljevic skribis: > I’m pleased to announce Guile-SQLite3 version 0.1.1: > > git clone https://notabug.org/guile-sqlite3/guile-sqlite3.git > cd guile-sqlite3 > git checkout v0.1.1 > git tag -v v0.1.1 Awesome, thank you! Ludo’.

Re: Canonical-packages restoration.

2020-06-10 Thread Ludovic Courtès
Hi, Mathieu Othacehe skribis: >> What if, instead, we removed those “canonical” packages entirely from >> the reference graph? Do you think that’s an option? > > It seems to be a better option! So, as I did remove most of the explicit > references to 'canonical-packages' the only references

Re: Manual consistency

2020-06-10 Thread Ludovic Courtès
Hello, Ricardo Wurmus skribis: > Ludovic Courtès writes: > >> Hi, >> >> Ricardo Wurmus skribis: >> >>> Julien Lepiller writes: >>> If there is a way to mark a sentence to wrap it into a class, we could also do some CSS magic with :before. >>> >>> Texinfo puts all examples inside

Re: gcc-10 toolchain does not include string to numeric conversion functions like std::stoull

2020-06-10 Thread Ludovic Courtès
Hi, Erik Garrison skribis: > I've run into a quirk in the various gcc toolchains that seems somewhat > unique to guix builds of them. I'd like to understand if this is > intentional. > > Initially, I found that string to numeric conversion functions that are > enabled by _GLIBCXX_USE_C99_STDLIB

Re: GNOME minimal

2020-06-10 Thread Alexey Abramov
Pierre Neidhardt writes: > Looks like a bug in our gnome-keyring package definition. > Could you file this issue at bug-g...@gnu.org? Done. https://debbugs.gnu.org/cgi/bugreport.cgi?bug=41789 -- Alexey

Re: [OUTREACHY]: Integration of desktop environments into GNU Guix

2020-06-10 Thread Raghav Gururajan
Hi Danny! > for dconf: > > * What does patch-timeout-tests do and why? It disables couple of tests. Because it timeouts during check phase. > For nuspell: > > * Why doesn't ronn work? Is it also because of hpricot being missing? I think so. I did not package hrpicot for ronn, because the

Re: Manual consistency

2020-06-10 Thread Ricardo Wurmus
Julien Lepiller writes: > Le 9 juin 2020 13:13:31 GMT-04:00, Ricardo Wurmus a > écrit : >> >>Ludovic Courtès writes: >> >>> Hi, >>> >>> Ricardo Wurmus skribis: >>> Julien Lepiller writes: > If there is a way to mark a sentence to wrap it into a class, we >>could > also

Re: [OUTREACHY]: Integration of desktop environments into GNU Guix

2020-06-10 Thread Raghav Gururajan
Hi Vincent! > Could you add a simple / small description of the patch set each time > you send one ? > > The bare email with only attached files is not directly useful to us > mere bystanders, without opening each file which is tedious. > > So with maybe the `git log --oneline' or something

Re: Why does slim-service-type depend on GTK+?

2020-06-10 Thread Pierre Neidhardt
Thanks Mathieu, this helps a lot indeed! The slim service configuration depends on a generated startx, which depend on this X-wrapper: --8<---cut here---start->8--- (begin (setenv "XORG_DRI_DRIVER_PATH" (string-append

Re: Why does slim-service-type depend on GTK+?

2020-06-10 Thread Mathieu Othacehe
Hello Pierre, > Any idea how and why? Yes, you can use "guix graph" this way: --8<---cut here---start->8--- mathieu@elbruz ~/guix-master [env]$ guix graph -t references /gnu/store/9pnnigbg2a173xxabfrb50mayw4la2ag-system --path

Re: Canonical-packages restoration.

2020-06-10 Thread Mathieu Othacehe
Hey Ludo! > What if, instead, we removed those “canonical” packages entirely from > the reference graph? Do you think that’s an option? It seems to be a better option! So, as I did remove most of the explicit references to 'canonical-packages' the only references left are implicit. A good

Why does slim-service-type depend on GTK+?

2020-06-10 Thread Pierre Neidhardt
Hi Guix! If I add the following service --8<---cut here---start->8--- (service slim-service-type (slim-configuration (display ":1") (vt "vt8")))

Re: GNOME minimal

2020-06-10 Thread Pierre Neidhardt
Pierre Neidhardt writes: > The definition below builds in a system, I haven't tried booting it yet: Just tried it, it works! But Evince remains pulled in, I suspect because of gnome-default-applications. -- Pierre Neidhardt https://ambrevar.xyz/ signature.asc Description: PGP signature