From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp0 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id 6T9zKCZK519SQgAA0tVLHw (envelope-from ) for ; Sat, 26 Dec 2020 14:35:18 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp0 with LMTPS id WA3RIyZK51/KKwAA1q6Kng (envelope-from ) for ; Sat, 26 Dec 2020 14:35:18 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 0D2D09402D6 for ; Sat, 26 Dec 2020 14:35:17 +0000 (UTC) Received: from localhost ([::1]:53398 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ktAf5-0006NP-Ll for larch@yhetil.org; Sat, 26 Dec 2020 09:35:15 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:55492) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ktAer-0006ND-DE for help-guix@gnu.org; Sat, 26 Dec 2020 09:35:01 -0500 Received: from mail-40133.protonmail.ch ([185.70.40.133]:42222) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ktAep-0000MB-64 for help-guix@gnu.org; Sat, 26 Dec 2020 09:35:00 -0500 Date: Sat, 26 Dec 2020 14:34:44 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail; t=1608993294; bh=rDiRWitP6Nw37BmbOsRSoV+Y/CcuBTOymLFsteQwthA=; h=Date:To:From:Reply-To:Subject:From; b=C0Qcc4UEy5PQvuyhahHxIR8O1WbJlGE+PTxW2ASUyxrGmnsEHkLzeAiJZV2PlePt1 vad58IITZDB9QWzOgKzjNBnyyyIC4KzsgtB6rk+URDvNB1AB5p352c3z71nxZ4EakK gmMPMn0Ie3KnkzhgRgwqEmdXtTdxQExSwnDYa398= To: "help-guix\\@gnu.org" From: =?utf-8?Q?Todor_Kondi=C4=87?= Subject: rust: where is cargo? Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Received-SPF: pass client-ip=185.70.40.133; envelope-from=tk.code@protonmail.com; helo=mail-40133.protonmail.ch X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FREEMAIL_FROM=0.001, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: help-guix@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: =?utf-8?Q?Todor_Kondi=C4=87?= Errors-To: help-guix-bounces+larch=yhetil.org@gnu.org Sender: "Help-Guix" X-Migadu-Flow: FLOW_IN X-Migadu-Spam-Score: -2.02 Authentication-Results: aspmx1.migadu.com; dkim=pass header.d=protonmail.com header.s=protonmail header.b=C0Qcc4UE; dmarc=pass (policy=quarantine) header.from=protonmail.com; spf=pass (aspmx1.migadu.com: domain of help-guix-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=help-guix-bounces@gnu.org X-Migadu-Queue-Id: 0D2D09402D6 X-Spam-Score: -2.02 X-Migadu-Scanner: scn0.migadu.com X-TUID: DEHt4YaKgWUc Hello, I have been playing with rust and the first thing I noticed with the guix i= nstallation is that there is no cargo. More accurately, there is indeed an = output of the rust package called "cargo" and there are entries for cargo w= ith bin paths in the store, but nothing that ends up in the PATH variable (= etc/profile). So, what's the deal here? I know that guix approach is to replace package m= anagers, but cargo is more than that and, at least, a tool needed to follow= the rust book while learning.