From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46745) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dga0A-000072-BR for guix-patches@gnu.org; Sat, 12 Aug 2017 13:15:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dga06-0005sE-C2 for guix-patches@gnu.org; Sat, 12 Aug 2017 13:15:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:48581) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dga06-0005sA-7u for guix-patches@gnu.org; Sat, 12 Aug 2017 13:15:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dga06-0003cj-2G for guix-patches@gnu.org; Sat, 12 Aug 2017 13:15:02 -0400 Subject: [bug#28060] [PATCH] gnu: Add emacs-nixos-mode. Resent-Message-ID: From: Oleg Pykhalov References: <87shgx2rql.fsf@gmail.com> <7a592bd0.ADkAACozouwAAAAAAAAAAAPfggsAAAACwQwAAAAAAAW9WABZjxmB@mailjet.com> <20170812164629.rzko2qinssiqhezi@abyayala> Date: Sat, 12 Aug 2017 20:14:14 +0300 In-Reply-To: <20170812164629.rzko2qinssiqhezi@abyayala> (ng0@infotropique.org's message of "Sat, 12 Aug 2017 16:46:29 +0000") Message-ID: <87mv74zp21.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Arun Isaac Cc: 28060@debbugs.gnu.org Hello ng0, ng0 writes: =E2=80=A6 > We have Nix in (gnu packages package-management). > Why do you fetch it again when we could just add > another output to the nix package? Didn't think about this. It will not fetch again if sources are same, I guess. But it will be more proper way for sure. The problem is that I'm not very familiar with mixing build systems for now. This bug report probably needs to wait me or somebody else will do it. --=20 Best regards, Oleg.