From mboxrd@z Thu Jan 1 00:00:00 1970 From: Danny Milosavljevic Subject: Re: [PATCH 3/4] gnu: Add kdev-python. Date: Mon, 16 Jan 2017 23:39:19 +0100 Message-ID: <20170116233915.27c7a311@scratchpost.org> References: <1484159585-12289-1-git-send-email-thomas.danckaert@gmail.com> <1484159585-12289-4-git-send-email-thomas.danckaert@gmail.com> <878tqa7lt9.fsf@gnu.org> 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]:42783) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cTFw1-0002B6-TW for guix-devel@gnu.org; Mon, 16 Jan 2017 17:39:30 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cTFvx-0003n7-1g for guix-devel@gnu.org; Mon, 16 Jan 2017 17:39:29 -0500 In-Reply-To: <878tqa7lt9.fsf@gnu.org> 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: Ludovic =?ISO-8859-1?Q?Court=E8s?= Cc: Thomas Danckaert , guix-devel@gnu.org On Mon, 16 Jan 2017 22:10:42 +0100 ludo@gnu.org (Ludovic Court=C3=A8s) wrote: > Thomas Danckaert skribis: >=20 > > * gnu/packages/kde.scm (kdev-python): New variable. =20 >=20 > [...] >=20 > > + (arguments > > + `(#:tests? #f)) ; tests fail, require display =20 >=20 > Could you check if running Xvfb is enough to run the tests? To add to that, maybe even (setenv "QT_QPA_PLATFORM" "offscreen") would be = enough.