mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-16 07:10:31 +02:00
gnu: xl2tpd: Fix typo.
* gnu/packages/vpn.scm (xl2tpd)[arguments]: Turn "-DPPD" into "-DPPPD".
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user