gnu: xl2tpd: Fix typo.
* gnu/packages/vpn.scm (xl2tpd)[arguments]: Turn "-DPPD" into "-DPPPD".
This commit is contained in:
parent
acba72b914
commit
10c582fa22
1 changed files with 1 additions and 1 deletions
|
@ -649,7 +649,7 @@ public keys and can roam across IP addresses.")
|
||||||
(add-before 'build 'setup-environment
|
(add-before 'build 'setup-environment
|
||||||
(lambda* (#:key inputs #:allow-other-keys)
|
(lambda* (#:key inputs #:allow-other-keys)
|
||||||
(setenv "CFLAGS"
|
(setenv "CFLAGS"
|
||||||
(string-append "-DPPD=\""
|
(string-append "-DPPPD=\""
|
||||||
(assoc-ref inputs "ppp")
|
(assoc-ref inputs "ppp")
|
||||||
"/sbin/pppd\""))
|
"/sbin/pppd\""))
|
||||||
(setenv "KERNELSRC"
|
(setenv "KERNELSRC"
|
||||||
|
|
Reference in a new issue