From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:47263) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j5B9p-00086N-92 for guix-patches@gnu.org; Fri, 21 Feb 2020 11:28:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j5B9o-0005Hy-Ac for guix-patches@gnu.org; Fri, 21 Feb 2020 11:28:05 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:41918) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1j5B9m-0005HD-ES for guix-patches@gnu.org; Fri, 21 Feb 2020 11:28:04 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1j5B9m-00074x-Bu for guix-patches@gnu.org; Fri, 21 Feb 2020 11:28:02 -0500 Subject: [bug#38408] [PATCH v9 3/8] Added Guile-Semver as a dependency to guix Resent-Message-ID: Date: Fri, 21 Feb 2020 11:27:42 -0500 From: Leo Famulari Message-ID: <20200221162742.GA6923@jasmine.lan> References: <8a86631d201313b1da427a5ceb2ca5f201e6546c.1580817140.git.mjbecze@riseup.net> <20200217100345.GI1968@E5400> <87wo8l702y.fsf@gnu.org> <874kvld2bl.fsf@gnu.org> <87sgj4nwjw.fsf@gnu.org> <8453e3ce-bc5a-3bb3-1bfb-deaca7ca11d3@riseup.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <8453e3ce-bc5a-3bb3-1bfb-deaca7ca11d3@riseup.net> 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: Martin Becze Cc: 38408@debbugs.gnu.org, Ludovic =?UTF-8?Q?Court=C3=A8s?= , Efraim Flashner , jsoo1@asu.edu On Fri, Feb 21, 2020 at 11:25:30AM -0500, Martin Becze wrote: > I added that it is attached as > v10-0008-guix-self-added-guile-semver-as-a-depenedency.patch > But I'm not sure how to test guix pull to see if it correctly brought in > guile-semver! You can do `guix pull --url=/home/martin/guix` with whatever your source code path is.