Skip to content
Snippets Groups Projects
Unverified Commit 028bf3c0 authored by Tomáš Čech's avatar Tomáš Čech
Browse files

gnu: connman: Use localstatedir outside of store.

* gnu/packages/connman.scm (connman): Use localstatedir outside of store.
parent 8bcd6b91
No related branches found
No related tags found
No related merge requests found
......@@ -55,6 +55,9 @@ (define-public connman
"--enable-vpnc"
"--enable-pptp"
"--enable-l2tp"
;; location for daemon state files and internal configuration
;; needs to be writeable
"--localstatedir=/var"
(string-append
"--with-dbusconfdir=" (assoc-ref %outputs "out") "/etc")
(string-append
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment