From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42188) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e57cW-0002AP-TF for guix-patches@gnu.org; Thu, 19 Oct 2017 06:00:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e57cR-0003cc-FC for guix-patches@gnu.org; Thu, 19 Oct 2017 06:00:09 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:40456) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1e57cR-0003cP-BD for guix-patches@gnu.org; Thu, 19 Oct 2017 06:00:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1e57cR-00069l-2f for guix-patches@gnu.org; Thu, 19 Oct 2017 06:00:03 -0400 Subject: [bug#28853] [PATCH 6/8] gnu: virt-manager: Enable statistics graphing support. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20171015151545.024a589f@uwaterloo.ca> <20171015200328.4830-6-ajpatter@uwaterloo.ca> Date: Thu, 19 Oct 2017 11:59:44 +0200 In-Reply-To: <20171015200328.4830-6-ajpatter@uwaterloo.ca> (Andy Patterson's message of "Sun, 15 Oct 2017 16:03:26 -0400") Message-ID: <87bml3mp9r.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: Andy Patterson Cc: 28853@debbugs.gnu.org Andy Patterson skribis: > * gnu/packages/virtualization.scm (virt-manager)[inputs]: Add > python2-pycairo. Applied.