gnu: network-manager-openvpn: Pass '--localstatedir=/var'.

* gnu/packages/gnome.scm (network-manager-openvpn)[arguments]: Pass
'--localstatedir=/var' to #:configure-flags.
master
Jelle Licht 2019-07-07 20:57:25 +02:00
parent 4efdede284
commit d9af93c4ea
No known key found for this signature in database
GPG Key ID: DA4597F947B41025
1 changed files with 1 additions and 1 deletions

View File

@ -5447,7 +5447,7 @@ services.")
"0gyrv46h9k17qym48qacq4zpxbap6hi17shn921824zm98m2bdvr"))))
(build-system gnu-build-system)
(arguments
'(#:configure-flags '("--enable-absolute-paths")))
'(#:configure-flags '("--enable-absolute-paths" "--localstatedir=/var")))
(native-inputs
`(("pkg-config" ,pkg-config)
("intltool" ,intltool)))