From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Integrate guix-installed Emacs packages with locally compiled Emacs pretest Date: Wed, 14 Mar 2018 14:08:48 +0100 Message-ID: <87po46yfbz.fsf@gnu.org> References: <0a7c19a61f53d913aa16a3209201cfcf@disroot.org> <08bc6875-6b18-d2f9-8bba-57961f24c4e9@fastmail.net> <87muzcklyb.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59214) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ew69H-0006AI-5i for help-guix@gnu.org; Wed, 14 Mar 2018 09:08:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ew69D-0008TT-8z for help-guix@gnu.org; Wed, 14 Mar 2018 09:08:55 -0400 Received: from hera.aquilenet.fr ([185.233.100.1]:47922) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ew69D-0008SK-2V for help-guix@gnu.org; Wed, 14 Mar 2018 09:08:51 -0400 In-Reply-To: <87muzcklyb.fsf@gmail.com> (Pierre Neidhardt's message of "Tue, 13 Mar 2018 21:27:16 +0530") List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: Pierre Neidhardt Cc: help-guix@gnu.org Pierre Neidhardt skribis: > Is there such a thing as a curated list of unofficial, user-contributed > packages for GuixSD? (Anything that cannot be accepted in the official > repository, such as development versions.) No, there=E2=80=99s no such thing. However, I would hope that development versions can easily be packaged, either from the command-line using =E2=80=98--with-source=E2=80=99=C2=B9, o= r by defining a package variant as in: (define emacs-git (package (inherit emacs) (source =E2=80=A6))) Thanks, Ludo=E2=80=99. =C2=B9 https://www.gnu.org/software/guix/manual/html_node/Package-Transform= ation-Options.html