From debbugs-submit-bounces@debbugs.gnu.org Thu Oct 21 17:41:33 2021 Received: (at submit) by debbugs.gnu.org; 21 Oct 2021 21:41:33 +0000 Received: from localhost ([127.0.0.1]:58815 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mdfob-0000U5-7S for submit@debbugs.gnu.org; Thu, 21 Oct 2021 17:41:33 -0400 Received: from lists.gnu.org ([209.51.188.17]:55696) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mdfoY-0000Tu-T7 for submit@debbugs.gnu.org; Thu, 21 Oct 2021 17:41:31 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:54078) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mdfoY-0002lP-KT for guix-patches@gnu.org; Thu, 21 Oct 2021 17:41:30 -0400 Received: from mx1.dismail.de ([78.46.223.134]:26094) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mdfoO-0008WC-4n for guix-patches@gnu.org; Thu, 21 Oct 2021 17:41:29 -0400 Received: from mx1.dismail.de (localhost [127.0.0.1]) by mx1.dismail.de (OpenSMTPD) with ESMTP id 4c06817b for ; Thu, 21 Oct 2021 23:41:13 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=dismail.de; h=from:to:cc :subject:date:message-id:mime-version:content-transfer-encoding; s=20190914; bh=KqJiPjVFfeDKU+w2QEEXClfG+6ZnuPtODiat+anVTaA=; b= GpdGe7lboLQfPX2cy77IkbfAXBpWY/GFhLIovTpJUivphnRaBfJaeOB9MBECOJjK SHR6hrcDES6zeSNbdow3a8id/bdHR6aKmyCaximasoSYN53fLSEaoW/FI/TXtseW nd8E3dwrWbcIK5xTH48QlnMmI8ijO30gP81OQXpxLfgM+kOloxVjesRtfZ0550fp i8HyMnqnFXxLlwdeayb5yQ5hC5EWMF6KgUt8oIRj2jNVFUceb/nmMKThYGcSsjD3 HVuB6O9AQTjU2CtJD0GBt4waVErSP2PqrQPZYJuGSp2iiU8ZFcWjXk/9LWTL79pd 6F4Mj6sks2lCetQiKIaA+A== Received: from smtp1.dismail.de ( [10.240.26.11]) by mx1.dismail.de (OpenSMTPD) with ESMTP id c6144aa7 for ; Thu, 21 Oct 2021 23:41:13 +0200 (CEST) Received: from smtp1.dismail.de (localhost [127.0.0.1]) by smtp1.dismail.de (OpenSMTPD) with ESMTP id a8ffb0c7 for ; Thu, 21 Oct 2021 23:41:13 +0200 (CEST) Received: by dismail.de (OpenSMTPD) with ESMTPSA id b34ec2f3 (TLSv1.3:AEAD-AES256-GCM-SHA384:256:NO); Thu, 21 Oct 2021 23:41:12 +0200 (CEST) From: jgart To: guix-patches@gnu.org Subject: [PATCH] guix: packages: Add comment on license field. Date: Thu, 21 Oct 2021 17:40:55 -0400 Message-Id: <20211021214055.21258-1-jgart@dismail.de> X-Mailer: git-send-email 2.33.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=78.46.223.134; envelope-from=jgart@dismail.de; helo=mx1.dismail.de X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, T_SPF_TEMPERROR=0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit Cc: jgart X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) * guix/packages/packages.scm (package): Add comment about the type that the license field expects as part of a package record. --- guix/packages.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guix/packages.scm b/guix/packages.scm index 8c3a0b0b7b..d4f23f4a11 100644 --- a/guix/packages.scm +++ b/guix/packages.scm @@ -473,7 +473,7 @@ (define-record-type* (synopsis package-synopsis) ; one-line description (description package-description) ; one or two paragraphs - (license package-license) + (license package-license) ; instance (home-page package-home-page) (supported-systems package-supported-systems ; list of strings (default %supported-systems)) -- 2.33.1 From debbugs-submit-bounces@debbugs.gnu.org Thu Oct 21 18:08:46 2021 Received: (at submit) by debbugs.gnu.org; 21 Oct 2021 22:08:46 +0000 Received: from localhost ([127.0.0.1]:58839 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mdgEw-0001Gx-HA for submit@debbugs.gnu.org; Thu, 21 Oct 2021 18:08:46 -0400 Received: from lists.gnu.org ([209.51.188.17]:39156) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mdgEt-0001Gn-Lq for submit@debbugs.gnu.org; Thu, 21 Oct 2021 18:08:43 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:34652) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mdgEt-0003NC-G4 for guix-patches@gnu.org; Thu, 21 Oct 2021 18:08:43 -0400 Received: from tobias.gr ([2a02:c205:2020:6054::1]:33068) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mdgEq-0007ra-UE for guix-patches@gnu.org; Thu, 21 Oct 2021 18:08:43 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; s=2018; bh=ZeGgcWS6mysew f88gyZJR2qb7/7BtjfB8P5GRP1407g=; h=in-reply-to:date:subject:cc:to: from:references; d=tobias.gr; b=PWdJXbpmGqmFcMBIPxVUKaoF1HKrbcwNovsEHI dLUJRZ75wZN3fdY9dZ64AHxtMlD9Kex8oQUC+YuytTdBR+RDtcOuVNcvFogcDE05yM4t7T uS6U4gY/Tapsjv6zqUfwbcmFVxFnxGCVHvjQmdjg/iIoUdJgRu1wQgnOn0e7+lY/lJ5EbC PoTziULeIWw+HBhsmw/uZ3sxNyRRx49R6TrVRhtBggBwBTZAtW5WpswmuzvmTlp0fwrE1m 92YnP0JujeWthfqMopbEUfZ3ZDMmg7heJAPshFLs5GSzt+cJtf6jYDu++myFtuO7QNBgxg mgQXZ2p1TiZIJdgNm4mjdAhg== Received: by submission.tobias.gr (OpenSMTPD) with ESMTPSA id d0738838 (TLSv1.3:AEAD-AES256-GCM-SHA384:256:NO); Thu, 21 Oct 2021 22:08:33 +0000 (UTC) References: <20211021214055.21258-1-jgart@dismail.de> From: Tobias Geerinckx-Rice To: jgart Subject: Re: [bug#51322] [PATCH] guix: packages: Add comment on license field. Date: Fri, 22 Oct 2021 00:06:01 +0200 In-reply-to: <20211021214055.21258-1-jgart@dismail.de> BIMI-Selector: v=BIMI1; s=default; Message-ID: <87pmry58uz.fsf@nckx> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" Received-SPF: pass client-ip=2a02:c205:2020:6054::1; envelope-from=me@tobias.gr; helo=tobias.gr X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.6 (-) X-Debbugs-Envelope-To: submit Cc: guix-patches@gnu.org, 51322-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.6 (--) --=-=-= Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable Jgart, jgart via Guix-patches via =E5=86=99=E9=81=93=EF=BC=9A > + (license package-license) ; =20 > instance Thanks! It can also be a list of s, which I tried to express as=20 well as I could within 30 characters=E2=80=A6 As commit 886d04425e5a087816979b8a96b1e706693b5f93, T G-R --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iIMEARYKACsWIQT12iAyS4c9C3o4dnINsP+IT1VteQUCYXHk5A0cbWVAdG9iaWFz LmdyAAoJEA2w/4hPVW15rqMA/2blff8Hc5TmQ+1qkIOBlyrFqT12e1vWT+EGS1+F Lc5bAQDRFHKuoMe7RGDtANRFy/cvoactYt8Rn1da4B9fyhhRBQ== =e9Zi -----END PGP SIGNATURE----- --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Thu Oct 21 18:50:23 2021 Received: (at submit) by debbugs.gnu.org; 21 Oct 2021 22:50:23 +0000 Received: from localhost ([127.0.0.1]:58884 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mdgtD-0002mN-6O for submit@debbugs.gnu.org; Thu, 21 Oct 2021 18:50:23 -0400 Received: from lists.gnu.org ([209.51.188.17]:38836) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mdgtC-0002m9-5r for submit@debbugs.gnu.org; Thu, 21 Oct 2021 18:50:22 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:47000) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mdgtB-0007Or-Sh for guix-patches@gnu.org; Thu, 21 Oct 2021 18:50:21 -0400 Received: from mx1.dismail.de ([78.46.223.134]:22665) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mdgt9-00020E-Et for guix-patches@gnu.org; Thu, 21 Oct 2021 18:50:21 -0400 Received: from mx1.dismail.de (localhost [127.0.0.1]) by mx1.dismail.de (OpenSMTPD) with ESMTP id bb258abd; Fri, 22 Oct 2021 00:50:14 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=dismail.de; h=date :message-id:from:to:cc:subject:in-reply-to:references :mime-version:content-type:content-transfer-encoding; s= 20190914; bh=EuAiQu0/yZ11rak1g50Wd5sKMsdQ71IZu383Y/C1waI=; b=s+V cYwLau4hIANXEE+djNzq3Emw7VCEmS6+QyAQAijZTMQdXa04Y3FvoR297TrWZf49 ax6LkojtR+nt3fVNVt5nmYAYl0G/AN0AMAuHP2mNwrHXWekAlXYQACyJV0S8g5un 0TOu71+HFRBQFqN7G1MndngzDPNFTzqzjYRWvr8nyChKUMLuTrCadJnRRM6IWYFM a6wR6qEPbLk9l/DPoT4w9EhyRiTcMkVSxWjlslCX0Pm4hu1GqHrnsymc8INM+lzG a39e1znWKJ9+TI064aaFptnjxEEijQWt2oz58mw0ZWvFeKCnQvxovz/Ib3cCi2IR os01Ha13t+Fg8aD7Raw== Received: from smtp2.dismail.de ( [10.240.26.12]) by mx1.dismail.de (OpenSMTPD) with ESMTP id 73b36858; Fri, 22 Oct 2021 00:50:13 +0200 (CEST) Received: from smtp2.dismail.de (localhost [127.0.0.1]) by smtp2.dismail.de (OpenSMTPD) with ESMTP id 3e92d424; Fri, 22 Oct 2021 00:50:13 +0200 (CEST) Received: by dismail.de (OpenSMTPD) with ESMTPSA id 13f3b600 (TLSv1.3:AEAD-AES256-GCM-SHA384:256:NO); Fri, 22 Oct 2021 00:50:12 +0200 (CEST) Date: Thu, 21 Oct 2021 18:50:10 -0400 Message-ID: <20211021185010.GD27506@gac.attlocal.net> From: jgart To: Tobias Geerinckx-Rice Subject: Re: [bug#51322] [PATCH] guix: packages: Add comment on license field. In-Reply-To: <87pmry58uz.fsf@nckx> References: <20211021214055.21258-1-jgart@dismail.de> <87pmry58uz.fsf@nckx> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=78.46.223.134; envelope-from=jgart@dismail.de; helo=mx1.dismail.de X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit Cc: guix-patches@gnu.org, 51322-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) On Fri, 22 Oct 2021 00:06:01 +0200 Tobias Geerinckx-Rice wrote: > Jgart, > > jgart via Guix-patches via 写道: > > + (license package-license) ; > > instance > > Thanks! > > It can also be a list of s, which I tried to express as > well as I could within 30 characters… Ah yes. Cool! Thanks for adding that and accepting the patch. all best, jgart From unknown Sun Jun 22 04:08:18 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Fri, 19 Nov 2021 12:24:05 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator