gnu: iodine: Fix path to ifconfig.
* gnu/packages/networking.scm (iodine)[arguments]: Fix path to ifconfig.master
parent
01f248b606
commit
c10d502423
|
@ -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 _
|
||||
|
|
Reference in New Issue