guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: iodine: Fix path to ifconfig.


From: Tobias Geerinckx-Rice
Subject: 01/01: gnu: iodine: Fix path to ifconfig.
Date: Sun, 27 Aug 2017 16:23:18 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit c10d502423b6a9bead88b562e9c7baa4bcc09c29
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sun Aug 27 22:23:45 2017 +0200

    gnu: iodine: Fix path to ifconfig.
    
    * gnu/packages/networking.scm (iodine)[arguments]: Fix path to ifconfig.
---
 gnu/packages/networking.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index b786b63..2730f0c 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -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 _



reply via email to

[Prev in Thread] Current Thread [Next in Thread]