Re: Trouble with nfs mount

2022-10-17 Thread Remco
Autofs works pretty well for me. Using the stock package and a service like described here: https://www.rohleder.de/2020/07/04/autofs/ Cheers, Remco

Re: Trouble with nfs mount

2022-10-17 Thread Fredrik Salomonsson
Hi, Maxim Cournoyer writes: > Hi, > > Fredrik Salomonsson writes: > > [...] > >> ---✂ >> … >> shepherd: Evaluating user expression (and (defined? (quote transient?)) (map >> (# ?) ?)). >> guix system: warning: exceptio

Re: Trouble with nfs mount

2022-10-17 Thread Fredrik Salomonsson
Hi, Felix Lechner writes: > Hi Fredrik, > > On Sun, Oct 16, 2022 at 6:08 PM Fredrik Salomonsson > wrote: >> >> it was indeed using the entry in the /etc/fstab, i.e: > > That's good! My guess is that the Shepherd service is not working > correctly, for example by not requiring networking. I mig

Re: Guitar-to-USB cable in Guix System

2022-10-17 Thread Luis Felipe
Felix, Ricardo, thanks for the info. I'm a bit cautious now because I've bought other kinds of USB adapters/converters before that are advertised as "just plug-and-play", don't say anything about requiring special drivers, but once you plug them in, you see they've been prepared to autorun some

Packaging GHC 9.2.4 -- with no prior experience

2022-10-17 Thread Justin Garcia
Hi all! I've recently come to like Guix's approach coming from Nix, and would definitely love to be able to use it within my development spaces. I'd love to be able to package the latest versions of PureScript compiler ( https://github.com/purescript/purescript) for Guix, although one blocker is

Re: program prepared with `guix pack` unusable by end users

2022-10-17 Thread Wojtek Kosior via
Hello again after a break, > Well, then I tried to reproduce your failure in order to understand what > is going wrong but I hit this: > > [...] > > That’s because your package ’python-pyopenssl-for-haketilo’ inherit from > ’python-pyopenssl’ defined in (gnu packages python-crypto). The issue >

Re: Guitar-to-USB cable in Guix System

2022-10-17 Thread Ricardo Wurmus
Luis Felipe writes: > [[PGP Signed Part:Undecided]] > Hi, > > I recently found that these kinds of cables exist. Apparently, they > allow you to connect the guitar very easily and cheaply to the > computer, and you could simply start recording in applications like > Audacity or Ardour. > > Anyo

Re: Calling gpg encrypt inside mixed-text-file

2022-10-17 Thread Reza Housseini
You'll need two things; ``computed-file'', and the ``(ice-9 popen)'' standard library module. ``computed-file'' allows you to build a file-like object from arbitrary code. Have a look here for an example from my configuration, https://git.sr.ht/~unmatched-paren/conf/tree/root/item/home.scm#L16