mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: tinc: Use /etc as the sysconfdir, and /var as the localstatedir.
* gnu/packages/vpn.scm (tinc)[arguments]: New field.
This commit is contained in:
parent
d11b808f4a
commit
7b770ecaf3
1 changed files with 4 additions and 0 deletions
|
@ -169,6 +169,10 @@ (define-public tinc
|
||||||
(base32
|
(base32
|
||||||
"08ds8s32cjslms1q227ihd6jz35583v378ij4pknfa5xngfijhrb"))))
|
"08ds8s32cjslms1q227ihd6jz35583v378ij4pknfa5xngfijhrb"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
|
(arguments
|
||||||
|
'(#:configure-flags
|
||||||
|
'("--sysconfdir=/etc"
|
||||||
|
"--localstatedir=/var")))
|
||||||
(inputs `(("zlib" ,zlib)
|
(inputs `(("zlib" ,zlib)
|
||||||
("lzo" ,lzo)
|
("lzo" ,lzo)
|
||||||
("openssl" ,openssl)))
|
("openssl" ,openssl)))
|
||||||
|
|
Loading…
Reference in a new issue