From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45420) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eFGN5-0004rt-En for guix-patches@gnu.org; Thu, 16 Nov 2017 04:22:11 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eFGN0-0002UG-H4 for guix-patches@gnu.org; Thu, 16 Nov 2017 04:22:07 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:33874) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eFGN0-0002U3-Dk for guix-patches@gnu.org; Thu, 16 Nov 2017 04:22:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1eFGN0-00081F-8D for guix-patches@gnu.org; Thu, 16 Nov 2017 04:22:02 -0500 Subject: bug#29307: [PATCH] gnu: xpra: Fix paths. Resent-To: guix-patches@gnu.org Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <2403692d29693fd238372e08fc7a7cf1@mykolab.com> Date: Thu, 16 Nov 2017 10:21:51 +0100 In-Reply-To: <2403692d29693fd238372e08fc7a7cf1@mykolab.com> (Rutger Helling's message of "Wed, 15 Nov 2017 13:38:29 +0100") Message-ID: <87a7zmk28g.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain 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: Rutger Helling Cc: 29307-done@debbugs.gnu.org Rutger Helling skribis: > From 00df6cc379fb78838baa014859164c4b223b7018 Mon Sep 17 00:00:00 2001 > From: Rutger Helling > Date: Wed, 15 Nov 2017 12:22:44 +0100 > Subject: [PATCH] gnu: xpra: Fix paths. > > * gnu/packages/xorg.scm (xpra): [arguments]: Add '--without-opengl', > '--without-Xdummy' and '--without-Xdummy-wrapper' to #:configure-flags. Add > substitutions to #phases for proper paths. Applied, thanks! Ludo'.