From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Craven Subject: =?UTF-8?B?UmU6IOKAmGd1aXggcmVmcmVzaOKAmSBicm9rZW4gb24gbWFzdGVyPw==?= Date: Fri, 16 Dec 2016 09:54:57 +0100 Message-ID: References: <01d3e06e-f2f9-9bd4-7a41-08a13c203be5@tobias.gr> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36783) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cHoIA-0002Ol-TK for guix-devel@gnu.org; Fri, 16 Dec 2016 03:55:03 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cHoI7-0007f3-TE for guix-devel@gnu.org; Fri, 16 Dec 2016 03:55:02 -0500 Received: from mail-qk0-x236.google.com ([2607:f8b0:400d:c09::236]:35278) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cHoI7-0007ek-PH for guix-devel@gnu.org; Fri, 16 Dec 2016 03:54:59 -0500 Received: by mail-qk0-x236.google.com with SMTP id n204so84186511qke.2 for ; Fri, 16 Dec 2016 00:54:58 -0800 (PST) In-Reply-To: <01d3e06e-f2f9-9bd4-7a41-08a13c203be5@tobias.gr> 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" To: Tobias Geerinckx-Rice Cc: guix-devel Ah there does seem to be a problem. First this hunk is in the wrong patch: diff --git a/guix/scripts/refresh.scm b/guix/scripts/refresh.scm index f8fb3f80c..72f51cbff 100644 --- a/guix/scripts/refresh.scm +++ b/guix/scripts/refresh.scm @@ -39,6 +39,7 @@ %kernel.org-updater)) #:use-module (guix import elpa) #:use-module (guix import cran) + #:use-module (guix import crate) #:use-module (guix import hackage) #:use-module (guix gnupg) #:use-module (gnu packages) It should have gone in the next one called Add updater for rust crates. The updater depends on guile-json so this means that all of guix refresh depends on guile-json.