Hi Richard,

On Tue, Apr 23 2024, Richard Sent wrote:

> I submitted a patch [..] at https://issues.guix.gnu.org/70542. If this
> winds up merged I believe your code could be rewritten [as]
>
> --8<---------------cut here---------------start------------->8---
> (file-system
>    (device "wallace-server.local:/acct")
>    (mount-point "/acct")
>    (type "nfs")
>    (requirement '(avahi-daemon)) ;resolve .local
>    ;; (flags '(no-atime no-dev no-exec read-only))
>    ;; (options "proto=tcp6,timeo=300,nolock")
>    (check? #f)
>    (mount-may-fail? #t)
>    (create-mount-point? #t))
> --8<---------------cut here---------------end--------------->8---

Wow, that works!

Since this short form is optional and I can always switch back to the
previous version, v2 of that patch should be merged without further
delay.

Thank you for your most valuable contribution!

Kind regards,
Felix

P.S. The code above should read (requirements ...) in the plural.

  • Value in adding S... Richard Sent
    • Re: Value in... Development of GNU Guix and the GNU System distribution.
      • Re: Valu... Richard Sent
        • Re: ... Development of GNU Guix and the GNU System distribution.
          • ... Attila Lendvai
        • Re: ... Development of GNU Guix and the GNU System distribution.
          • ... Richard Sent
            • ... Development of GNU Guix and the GNU System distribution.
              • ... Richard Sent
            • ... Development of GNU Guix and the GNU System distribution.
    • Re: Value in... Ludovic Courtès

Reply via email to