From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Add helper for .desktop file creation? Date: Sat, 25 May 2019 15:45:25 +0200 Message-ID: <87lfyu6422.fsf@nicolasgoaziou.fr> References: <878suwz3tg.fsf@ambrevar.xyz> <87d0k67n7n.fsf@nicolasgoaziou.fr> <878suu7mhk.fsf@nicolasgoaziou.fr> <87r28mofxd.fsf@ambrevar.xyz> <87r28m64m5.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([209.51.188.92]:53832) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hUXMS-0008Nb-Tg for guix-devel@gnu.org; Sat, 25 May 2019 10:09:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hUXIm-0000ru-Q1 for guix-devel@gnu.org; Sat, 25 May 2019 10:05:37 -0400 Received: from mslow2.mail.gandi.net ([217.70.178.242]:34040) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hUXIm-0000pH-KS for guix-devel@gnu.org; Sat, 25 May 2019 10:05:36 -0400 Received: from relay7-d.mail.gandi.net (unknown [217.70.183.200]) by mslow2.mail.gandi.net (Postfix) with ESMTP id B7A693AAEEC for ; Sat, 25 May 2019 13:45:54 +0000 (UTC) In-Reply-To: <87r28m64m5.fsf@nicolasgoaziou.fr> (Nicolas Goaziou's message of "Sat, 25 May 2019 15:33:22 +0200") 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: Pierre Neidhardt Cc: Guix-devel Nicolas Goaziou writes: > - string, boolean, numeric : string, possibly with a check for boolean > (throw an error if not "true" or "false"), or simply: - boolean : #t, #f - numeric : number - string : string