gnu: iodine: Fix path to ifconfig.

* gnu/packages/networking.scm (iodine)[arguments]: Fix path to ifconfig.
master
Tobias Geerinckx-Rice 2017-08-27 22:23:45 +02:00
parent 01f248b606
commit c10d502423
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 1 additions and 1 deletions

View File

@ -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 _