Re: see which X11 config is being used

2022-04-30 Thread Kaelyn
--- Original Message --- On Friday, April 29th, 2022 at 6:08 AM, Théo Maxime Tyburn wrote: > Hi, > > I would like to look at the final config file for xorg that was generated in > the system definition. I looked into > /var/guix/profiles/system/profile/share/X11/ with no success. Where

Re: Improve the output of `guix refresh -l`

2022-04-30 Thread zimoun
Hi, On Thu, 17 Mar 2022 at 18:22, Zhu Zihao wrote: > for example, run `guix refresh -l pango`, The terminal prints: > > ``` > Building the following 2945 packages would ensure 7521 dependent > packages are rebuilt: .. > ``` > > The package list is too long to read, flood my terminal with pac

Re: Help to workaround libgit2 fetch refs issue

2022-04-30 Thread zimoun
Hi Phil, On Sat, 05 Mar 2022 at 11:57, Phil wrote: > (git-checkout > (url "ssh://git@bitbucket:7999/foo/bar.git") > (commit commit-production))) Why this is not enough for your use case? As mentioned in [1]. 1: > This is covered he

Packaging rust crates without compiling dependencies again for every dependent (wasting build time)

2022-04-30 Thread Maxime Devos
Hi various distributions packaging rust things (^), Currently, most (all?) distributions seem to package ‘source-only crates’, which when ‘compiled’, just copy some source code to a location. This works, but the downside is that if both a package X and a package Y depends on rust-Z, then rust-Z w

Re: ‘staging’ branch is open!

2022-04-30 Thread zimoun
Hi, On Sat, 30 Apr 2022 at 01:08, Ludovic Courtès wrote: > Incidentally, I was considering ungrafting things on that branch, even > those that go beyond the 1,800 dependents limit, since this is almost > always a safe change and ci.guix now has the capacity and stability > needed for that. Cool

Re: Haskell updates: GHC 9 and Stackage 19

2022-04-30 Thread zimoun
Hi Lars, On Wed, 20 Apr 2022 at 14:35, Lars-Dominik Braun wrote: > it’s time to update our Haskell environment – again. GHC 9.0 has been > out for a while and Stackage updated its LTS distribution to version 19 > recently, providing a new set of packages for GHC 9.0. In the light of «‘staging’