From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:48869) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hkCrO-0004H9-JD for guix-patches@gnu.org; Sun, 07 Jul 2019 15:30:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hkCrN-0008Lb-J6 for guix-patches@gnu.org; Sun, 07 Jul 2019 15:30:06 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:48630) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hkCrN-0008LO-Dh for guix-patches@gnu.org; Sun, 07 Jul 2019 15:30:05 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hkCrN-0005RV-8k for guix-patches@gnu.org; Sun, 07 Jul 2019 15:30:05 -0400 Subject: [bug#36542] [PATCH 4/6] gnu: network-manager-openvpn: Pass '--localstatedir=/var'. Resent-Message-ID: From: Jelle Licht Date: Sun, 7 Jul 2019 21:28:46 +0200 Message-Id: <20190707192848.10049-4-jlicht@fsfe.org> In-Reply-To: <20190707192848.10049-1-jlicht@fsfe.org> References: <20190707192848.10049-1-jlicht@fsfe.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 36542@debbugs.gnu.org * gnu/packages/gnome.scm (network-manager-openvpn)[arguments]: Pass '--localstatedir=/var' to #:configure-flags. --- gnu/packages/gnome.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index a4e6375542..df273d4dad 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -5448,7 +5448,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))) -- 2.22.0