From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH 3/4] gnu: Add kdev-python. Date: Mon, 16 Jan 2017 22:10:42 +0100 Message-ID: <878tqa7lt9.fsf@gnu.org> References: <1484159585-12289-1-git-send-email-thomas.danckaert@gmail.com> <1484159585-12289-4-git-send-email-thomas.danckaert@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50190) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cTEYC-0002tz-B1 for guix-devel@gnu.org; Mon, 16 Jan 2017 16:10:49 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cTEY9-0000wZ-64 for guix-devel@gnu.org; Mon, 16 Jan 2017 16:10:48 -0500 In-Reply-To: <1484159585-12289-4-git-send-email-thomas.danckaert@gmail.com> (Thomas Danckaert's message of "Wed, 11 Jan 2017 19:33:04 +0100") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Thomas Danckaert Cc: guix-devel@gnu.org Thomas Danckaert skribis: > * gnu/packages/kde.scm (kdev-python): New variable. [...] > + (arguments > + `(#:tests? #f)) ; tests fail, require display Could you check if running Xvfb is enough to run the tests? Apart from that LGTM! Thanks, Ludo=E2=80=99.