From mboxrd@z Thu Jan 1 00:00:00 1970 From: Florian Paul Schmidt Subject: Re: proposal: add "packagers" field (list of strings (names)) to package definition Date: Tue, 1 Dec 2015 13:59:02 +0100 Message-ID: <565D9996.7060101@gmx.net> References: <565D565C.4030208@gmx.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44191) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a3kWR-0003dj-Cy for guix-devel@gnu.org; Tue, 01 Dec 2015 07:59:11 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a3kWO-0002Rr-6V for guix-devel@gnu.org; Tue, 01 Dec 2015 07:59:07 -0500 Received: from mout.gmx.net ([212.227.17.20]:49661) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a3kWN-0002Rl-TS for guix-devel@gnu.org; Tue, 01 Dec 2015 07:59:04 -0500 Received: from [192.168.1.241] ([77.8.108.119]) by mail.gmx.com (mrgmx103) with ESMTPSA (Nemesis) id 0MJSuF-1a1oiK0Slv-0036WF for ; Tue, 01 Dec 2015 13:59:03 +0100 In-Reply-To: <565D565C.4030208@gmx.net> 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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: guix-devel@gnu.org On 12/01/2015 09:12 AM, Florian Paul Schmidt wrote: > > ...and encourage its use. The intended semantics is to list people > that have contributed to the packaging effort. The motivation > behind [...] Something like: diff --git a/guix/packages.scm b/guix/packages.scm index 68fb091..efe1dbf 100644 --- a/guix/packages.scm +++ b/guix/packages.scm @@ -78,6 +78,7 @@ package-home-page package-supported-systems package-maintainers + package-packagers package-properties package-location package-field-location @@ -266,6 +267,9 @@ name of its URI." (default %supported-systems)) (maintainers package-maintainers (default '())) + (packagers package-packagers (default '())) ; list of people that worked + ; on the package + (properties package-properties (default '())) ; alist for anything else (location package-location Regards, Flo -- https://fps.io