From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pierre Neidhardt Subject: Re: 01/01: gnu: ccl: Include x86-headers and remove missing "contrib" folder. Date: Tue, 20 Nov 2018 19:49:01 +0100 Message-ID: <875zwrmvoi.fsf@ambrevar.xyz> References: <20181118094017.18607.82174@vcs0.savannah.gnu.org> <20181118094018.8076B209C1@vcs0.savannah.gnu.org> <87sgzvy73u.fsf@gnu.org> Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33363) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gPB5D-0004u6-NO for guix-devel@gnu.org; Tue, 20 Nov 2018 13:49:13 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gPB58-0005ET-H0 for guix-devel@gnu.org; Tue, 20 Nov 2018 13:49:11 -0500 In-reply-to: <87sgzvy73u.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 =?utf-8?Q?Court=C3=A8s?= Cc: guix-devel@gnu.org --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Oops! Sorry for that. What would be the most lispy way to return nothing from the match? I'm thinking of splicing the resulting lists, but that sounds a bit overkil= l: =2D-8<---------------cut here---------------start------------->8--- (let ((dirs '("lib" "library" "examples" "tools" "objc-bridge" ,@(match (%current-system) ("x86_64-linux" '("x86-headers64")) ("i686-linux" '("x86-headers")) (_ '()))))) =2D-8<---------------cut here---------------end--------------->8--- Thoughts? By the way the lint works, it's a nice addition! :D =2D-=20 Pierre Neidhardt https://ambrevar.xyz/ --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEUPM+LlsMPZAEJKvom9z0l6S7zH8FAlv0Vx0ACgkQm9z0l6S7 zH9giAf/cLzIyclXlYGGIZ4X0wXvutcPchv+O7GrgRGq7+tQxEgfzm7N89S+hs4X HR/zHmBsax6st6mB0QycTr5TFMh0jxZ490D9S92hI4kY8+dSHBWTBWU7tTj0s7iY qdw1TOyHSZgZWIoLiNRPy637ESJaslZOQJ+wu/fDwdbRHRduEMjVRkE1OqK1Wday DE+9Gq7Ac9pO2WmvUK61xpYSzYq6qK12luBc2J/59msZQwCRxuZ32QMazLXrmlC8 qot4TkUI2ifYYi8dZO6MHOt+/NfVZucWns1GDGWGQ8ecLLkCVI63cW5wVMkSls3+ eLhV9jQWKtibMdvmemLAsqrUhmcw8w== =PBcb -----END PGP SIGNATURE----- --=-=-=--