guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: xl2tpd: Fix typo.


From: guix-commits
Subject: branch master updated: gnu: xl2tpd: Fix typo.
Date: Mon, 22 Jun 2020 04:29:23 -0400

This is an automated email from the git hooks/post-receive script.

mothacehe pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 10c582f  gnu: xl2tpd: Fix typo.
10c582f is described below

commit 10c582fa220ff863e488bd05fe412e969c01292f
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Mon Jun 22 10:27:05 2020 +0200

    gnu: xl2tpd: Fix typo.
    
    * gnu/packages/vpn.scm (xl2tpd)[arguments]: Turn "-DPPD" into "-DPPPD".
---
 gnu/packages/vpn.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/vpn.scm b/gnu/packages/vpn.scm
index 4a26ced..26cb676 100644
--- a/gnu/packages/vpn.scm
+++ b/gnu/packages/vpn.scm
@@ -649,7 +649,7 @@ public keys and can roam across IP addresses.")
                   (add-before 'build 'setup-environment
                     (lambda* (#:key inputs #:allow-other-keys)
                       (setenv "CFLAGS"
-                              (string-append "-DPPD=\""
+                              (string-append "-DPPPD=\""
                                              (assoc-ref inputs "ppp")
                                              "/sbin/pppd\""))
                       (setenv "KERNELSRC"



reply via email to

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