From mboxrd@z Thu Jan 1 00:00:00 1970 From: Danny Milosavljevic Subject: Re: [PATCH 2/3] gnu: Add fluid. Date: Wed, 4 Jan 2017 15:04:14 +0100 Message-ID: <20170104150414.34ece858@scratchpost.org> References: <20170104124703.9621-1-ng0@libertad.pw> <20170104124703.9621-3-ng0@libertad.pw> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60262) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cOmAx-0000JD-HJ for guix-devel@gnu.org; Wed, 04 Jan 2017 09:04:24 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cOmAu-0006O6-BJ for guix-devel@gnu.org; Wed, 04 Jan 2017 09:04:23 -0500 Received: from dd1012.kasserver.com ([85.13.128.8]:46678) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cOmAu-0006N2-5a for guix-devel@gnu.org; Wed, 04 Jan 2017 09:04:20 -0500 In-Reply-To: <20170104124703.9621-3-ng0@libertad.pw> 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: ng0 Cc: guix-devel@gnu.org Hi, > + `(#:tests? #f)) ; 3 tests want a connection to the display. Please set the QT_QPA_PLATFORM environment variable. and let the tests run: (setenv "QT_QPA_PLATFORM" "offscreen") Or does this not work for some reason? Otherwise OK! P.S. What do you all think about putting that setenv into the cmake-build-system? I can't think of any Qt project where I don't want to set this for tests. On non-Qt projects it would do nothing even if set.