From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: Digimend kernel drivers for Guix Date: Wed, 29 May 2019 09:24:08 +0200 Message-ID: <20190529072408.GA1806@jurong> References: <24EBF066-DEB0-4D52-85F4-7D67F3E0A046@firemail.cc> <878suqqvw6.fsf@nckx> <875zpuqvie.fsf@nckx> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([209.51.188.92]:56751) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hVswc-00030C-D2 for guix-devel@gnu.org; Wed, 29 May 2019 03:24:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hVswb-0006PO-Li for guix-devel@gnu.org; Wed, 29 May 2019 03:24:18 -0400 Received: from hera.aquilenet.fr ([2a0c:e300::1]:37370) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hVswa-0006BQ-Ph for guix-devel@gnu.org; Wed, 29 May 2019 03:24:17 -0400 Content-Disposition: inline In-Reply-To: <875zpuqvie.fsf@nckx> 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: Tobias Geerinckx-Rice Cc: guix-devel@gnu.org, Marlon Hello Tobias, you do not like false things, do you? On Tue, May 28, 2019 at 08:33:29PM +0200, Tobias Geerinckx-Rice wrote: > Tobias Geerinckx-Rice wrote: > > However, in this case, please use the even simpler: > > (arguments > > '(#:tests?)) ; no test suite > > Not sure what went wrong here, but this should obviously be: > (arguments > '(#:tests?)) ; no test suite (arguments '(#:tests? #f)) ; no test suite Andreas