~ruther/guix-local

c10d502423b6a9bead88b562e9c7baa4bcc09c29 — Tobias Geerinckx-Rice 8 years ago 01f248b
gnu: iodine: Fix path to ifconfig.

* gnu/packages/networking.scm (iodine)[arguments]: Fix path to ifconfig.
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/packages/networking.scm
M gnu/packages/networking.scm => gnu/packages/networking.scm +1 -1
@@ 417,7 417,7 @@ and min/max network usage.")
           (lambda* (#:key inputs #:allow-other-keys)
             (substitute* "src/tun.c"
               (("PATH=[^ ]* ")
                (string-append (assoc-ref inputs "net-tools") "/sbin/")))))
                (string-append (assoc-ref inputs "net-tools") "/bin/")))))
         (add-before 'check 'delete-failing-tests
           ;; Avoid https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=802105.
           (lambda _