Re: gnome-doc-utils?

2023-08-16 Thread Liliana Marie Prikler
Hi, Christopher Am Mittwoch, dem 16.08.2023 um 10:48 -0800 schrieb Christopher Howard: > Hi, I was trying to build some software that requires "gnome-doc- > utils", and can't find it. Is that part of another Guix gnome > package, or something that still needs to be packaged? I've tried > some pack

gnome-doc-utils?

2023-08-16 Thread Christopher Howard
Hi, I was trying to build some software that requires "gnome-doc-utils", and can't find it. Is that part of another Guix gnome package, or something that still needs to be packaged? I've tried some packages out with guix shell but haven't figured it out yet. -- 📛 Christopher Howard 🚀 gemini://

Re: Updates for Go

2023-08-16 Thread Development of GNU Guix and the GNU System distribution.
Hi Katherine, On Tue, Aug 15, 2023 at 12:59 PM Katherine Cox-Buday wrote: > > There's also no one on Guix's Go team. I've created a patch to add > myself[1] Your courage and initiative are inspiring. (Unfortunately, my skills are lousy.) Anybody with an interest in Golang should please speak up!

Re: Proposal for search-input-file

2023-08-16 Thread Liliana Marie Prikler
Am Mittwoch, dem 16.08.2023 um 16:49 +0200 schrieb Ludovic Courtès: > Hi! > > Liliana Marie Prikler skribis: > > > (define* (search-input-file* inputs predicate > > #:key (hint "")) > >   "Find the first file in INPUTS matching PREDICATE.  The return > > value > > of

Re: Proposal for search-input-file

2023-08-16 Thread Ludovic Courtès
Hi! Liliana Marie Prikler skribis: > (define* (search-input-file* inputs predicate > #:key (hint "")) > "Find the first file in INPUTS matching PREDICATE. The return value > of PREDICATE is returned as-is, so patterns like  > (search-input-file* inputs > (la

Re: btrfs recommended layout for snapshots?

2023-08-16 Thread Efraim Flashner
On Wed, Aug 16, 2023 at 10:10:25AM +0200, Nicolas Graves wrote: > On 2023-08-14 16:41, Nicolas Graves wrote: > > >> - either not snapshotting the rootfs / at all, with the hypothesis that > >> we get it back entirely from config files. Is that possible ? Is there > >> information in / (I think

Re: Guix and the developer ecosystem

2023-08-16 Thread Ludovic Courtès
Hi, A late reply… Distopico skribis: > 1. Are there plans in the future to improve integration between > development tools? For example, having haskell-language-server for > ghc@9.x and another one for ghc@8.x, or something similar to the > overwrite feature in Nix flake? I don’t think the pro

Re: plasma desktop in guix

2023-08-16 Thread Z572
Ludovic Courtès writes: > Hi, > > Z572 <873216...@qq.com> skribis: > >> i try update kde packages and running a plasma desktop. >> >> url is https://github.com/Z572/guix/tree/kde-5.108.0 > > Neat! Please consider upstreaming those packages; that can make a lot > of people happy. :-) yes, is

Re: plasma desktop in guix

2023-08-16 Thread Ludovic Courtès
Hi, Z572 <873216...@qq.com> skribis: > i try update kde packages and running a plasma desktop. > > url is https://github.com/Z572/guix/tree/kde-5.108.0 Neat! Please consider upstreaming those packages; that can make a lot of people happy. :-) Ludo’.

Re: Call for API feedback on Guile-GnuTLS updates

2023-08-16 Thread Ludovic Courtès
Hi Simon, Sorry for the late reply! Simon Josefsson via "Development of GNU Guix and the GNU System distribution." skribis: > We've made a beta release of guile-gnutls with a bunch of new APIs and > I'd like to declare this stable eventually, but more review and feedback > on the recent changes

Re: News from Cuirass

2023-08-16 Thread Ludovic Courtès
Hello! Felix Lechner skribis: > On Sun, Jul 16, 2023 at 6:53 AM Ludovic Courtès wrote: >> >> Cuirass now uses a database >> connection pool > > That is super exciting! In another implementation the pooling code > comes with the database interface [1] which makes it available more > broa

Re: Transformations Shell Syntax

2023-08-16 Thread Ludovic Courtès
Hi, Hartmut Goebel skribis: > Am 03.07.23 um 02:01 schrieb jgart: >> Starting multiple workers: >> >> $ herd start microblog-tasks@{1..4} >> $ herd status microblog-tasks@{1..4} > > Please note that this syntax is expanted by the shell! Thus these > commands are the same as > > $ herd start micr

Re: btrfs recommended layout for snapshots?

2023-08-16 Thread Development of GNU Guix and the GNU System distribution.
> I actually managed to replicate the impermanence functionality by > creating btrfs subvolumes for "/etc/guix" "/etc/NetworkManager" > "/var/log" "/var/lib" "/var/guix" and 4 light patches (I'm currently > trying to remove one I think might be not necessary, will send them > here. They basically

Re: btrfs recommended layout for snapshots?

2023-08-16 Thread Development of GNU Guix and the GNU System distribution.
On 2023-08-14 16:41, Nicolas Graves wrote: >> - either not snapshotting the rootfs / at all, with the hypothesis that >> we get it back entirely from config files. Is that possible ? Is there >> information in / (I think of /etc in particular) that is saved, not >> temporary and not managed