me
/
guix
Archived
1
0
Fork 0

gnu: xl2tpd: Fix typo.

* gnu/packages/vpn.scm (xl2tpd)[arguments]: Turn "-DPPD" into "-DPPPD".
master
Mathieu Othacehe 2020-06-22 10:27:05 +02:00
parent acba72b914
commit 10c582fa22
No known key found for this signature in database
GPG Key ID: 8354763531769CA6
1 changed files with 1 additions and 1 deletions

View File

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