Re: hint: Run `guix search ... | less' to view all the results

2020-06-23 Thread Marius Bakke
Robin Templeton writes: > Seconded! The current behavior seems exactly backwards compared to most > *nix tools; if I wanted *less* information from "guix search" I'd > manually pipe the output into head or recsel. Perhaps Git-style > auto-pagination (i.e. page the results when outputting to a ter

Re: Reducing Mesa closure size

2020-06-23 Thread Marius Bakke
Pierre Neidhardt writes: > So what the following strategy: > > - Extract the various mesa drivers to separate package, > e.g. mesa-radeon, mesa-radeonsi, mesa-nouveau, etc. I think outputs are better suited for this. > - Modify xorg-wrapper to accept an extra `drivers' > parameter. > > - Ex

Re: hint: Run `guix search ... | less' to view all the results

2020-06-23 Thread Robin Templeton
Jan Synacek writes: > Hello, > > I'm going to give honest feedback, since I still care about some things. > > I decided to check the new guix-1.1.0 and one of the first things that I ran > was: > > $ guix package -s firefox > > The resulting message was infuriating to say the least. The code say

Re: Reducing Mesa closure size

2020-06-23 Thread Pierre Neidhardt
Thoughts about this? -- Pierre Neidhardt https://ambrevar.xyz/ signature.asc Description: PGP signature

Re: Providing a Guix System images catalog.

2020-06-23 Thread Mathieu Othacehe
Hello, >> I wonder about how this composes; if I'd want to add say a guix-daemon >> service to the bare-hurd, how would I do that? > > How about leaving the ‘operating-system’ field of to #f or some > default value, and then filling it in with the argument passed to ‘guix > system’? > > Or bett