From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp12.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms9.migadu.com with LMTPS id kKoNMAGjWmSSVgAASxT56A (envelope-from ) for ; Tue, 09 May 2023 21:46:09 +0200 Received: from aspmx1.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp12.migadu.com with LMTPS id oHIIMAGjWmRJKQEAauVa8A (envelope-from ) for ; Tue, 09 May 2023 21:46:09 +0200 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 8B2CC2B261 for ; Tue, 9 May 2023 21:46:09 +0200 (CEST) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pwSeI-0000Cv-Ff; Tue, 09 May 2023 15:05:22 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pwSeF-0000CF-Tk for help-guix@gnu.org; Tue, 09 May 2023 15:05:20 -0400 Received: from mail-vk1-xa34.google.com ([2607:f8b0:4864:20::a34]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1pwSeD-00048W-Md for help-guix@gnu.org; Tue, 09 May 2023 15:05:19 -0400 Received: by mail-vk1-xa34.google.com with SMTP id 71dfb90a1353d-450144ebda8so1616532e0c.0 for ; Tue, 09 May 2023 12:05:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20221208; t=1683659115; x=1686251115; h=to:subject:message-id:date:from:mime-version:from:to:cc:subject :date:message-id:reply-to; bh=ve+YcACQbuTlkZhoejAWC3xtjAr/F9WXT2xPlHbKRmc=; b=UKBKJV32vvsMTosysoLN/HBlmf6AElv8y9er3qbtFNDdh5OqXCQZeE/3CzWSb8Umvp vBgV3VJJ95l6dWp7s2epbC/P5x5zXtsbXy/GNMJuyvv45oZGYst1djxoYvokn2BgO7z+ 5/rJaNwoPwFBPelbqaWSPB9kNh1/V47iTCvTkuIehNFBwaG+8PLGTJnn+wmmi3CQ3bEZ Xw5MXEl6xDdUbUGXn3ysGcOzubNNoIfSD6nvcOvPrlwpHIG/eh6ytfpD/tgKfNNXxdAB Qcljd+423aSSbT86eZCKtnwKkZvo135dTYCQSPhHVRXvNjUVgCo1EUSuVGZhdHxXGJ7J qpKg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1683659115; x=1686251115; h=to:subject:message-id:date:from:mime-version:x-gm-message-state :from:to:cc:subject:date:message-id:reply-to; bh=ve+YcACQbuTlkZhoejAWC3xtjAr/F9WXT2xPlHbKRmc=; b=MA+MQfOR5xwU2TJ0cJNdUsrnIEvi02dQ/LAMKyhPCb5/81hGffn/sGsiOsmEtHVUW1 ZxBZKTnztGhJbNkChE1Qke+uI77hxZHD1vsXHcdI2FHeaIHmVoZj+ctDul5B+7lHyMoZ IPiAHjuiiwkgvbUXdr4LihxcxJ/mMMSSAYohcVJPqW3d22W42mVi9ldd9icLioFuNXt5 4mHbnPMwg0O+ogQAU5qAWd3+HN7Z8kfm6yj6OQwTiVKf33LUVeKrYP5JQ2b8epYuN4eP 63IFo+PInSsg8R1Y9SmVJPwikxy4kXaCucL3ct9oxPEIJ8kLhOOQ3tLRG4Bo03R6Lr4+ 9ywg== X-Gm-Message-State: AC+VfDx3NoOT1XjqaQ8cRyL0qrsQ/4YFZZQEjlPHlOvNxHgGWGLQPsqw gKxCLu+2ZJb4CxOMfU8TFU+0kgFdux73cPXDOpqnKg0ridY= X-Google-Smtp-Source: ACHHUZ5CWm11zO6jXK0MCndVDFDmGNbHqlz8fT2epJNz6PWCUP4Q6Xqq7JwmwkIctQXPEljphL5CYLfYGzGAZIuxqqo= X-Received: by 2002:a05:6102:389:b0:434:880c:5a7f with SMTP id m9-20020a056102038900b00434880c5a7fmr4342010vsq.11.1683659115233; Tue, 09 May 2023 12:05:15 -0700 (PDT) MIME-Version: 1.0 From: Rodrigo Morales Date: Tue, 9 May 2023 19:04:59 +0000 Message-ID: Subject: Command for printing derivations that will be built? To: help-guix@gnu.org Received-SPF: pass client-ip=2607:f8b0:4864:20::a34; envelope-from=moralesrodrigo1100@gmail.com; helo=mail-vk1-xa34.google.com X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 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_ENVFROM_END_DIGIT=0.25, FREEMAIL_FROM=0.001, HTML_MESSAGE=0.001, RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: help-guix@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+larch=yhetil.org@gnu.org Sender: help-guix-bounces+larch=yhetil.org@gnu.org X-Migadu-Country: US X-Migadu-Flow: FLOW_IN ARC-Seal: i=1; s=key1; d=yhetil.org; t=1683661569; a=rsa-sha256; cv=none; b=IHJDn0iDFIUhzM1/OHf89nDV2RoC37zcB/Xdv/42R/QpstZTnY9RG9dflNUgI0HaF3zhuA Sdfo4Txo6HjzyqOEneByK8vYZphDQh+FjJ1Hsf2V5ZqsLMXVW12FEK90U+1dDsPihowhG/ ewaBidxHZHH7SPN2zepXddXHnLFOvi4bsjvGhlZvTp96QEYgX42OFrxTNZyMmwpTbGSHeT IJp/mwTzyphB/4CbCK2jZnsCyUggYYT8nUZh9hFsDLvif3mrZ8j7gXHxWBKu+PxZ+TmQAC o85NX/3g8uXZXHydV04B6mKPZZncUWwHSjLz1EuGaiO/Ojpgic43NI8AUXwrgA== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("body hash did not verify") header.d=gmail.com header.s=20221208 header.b=UKBKJV32; dmarc=fail reason="SPF not aligned (relaxed)" header.from=gmail.com (policy=none); spf=pass (aspmx1.migadu.com: domain of "help-guix-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="help-guix-bounces+larch=yhetil.org@gnu.org" ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1683661569; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:mime-version:mime-version: content-type:content-type:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=9C1Tv4XQjB2N9pZOfA/dc8Q5e0255e9hkJrdzEnWX/Y=; b=Ta1shi4kErJbmMlLbEVZDDM1YWqGYnXST/MyNsHpalyFjbrTURTw5A6WwgiHhPzQ9eWxZB NH33r++PBfV8vkcslQMAL7YpPSr8YcdlBBeXZL30ZSHc7xRNB/LZNYhRRR/jT2G5XND6JE SCPsCzoqKJTFpHV/iMYwolLGc1cLA/I6hmxJvtrWy5w9DRQjocDtDA+S1wtnLse2W/x7WV FPCo5BLiQXUX6RtdNiqSfzWF23EWTVvzGrkMODmLeoIpcCQYHavKqg1+97EP/P06WWThGo 6tEj/ftfyVWZVmEtkES2gsXzeqIhGjcg4de/DMcAC9d9s/sbzXL0bfMyiOfsxQ== X-Migadu-Spam-Score: 1.69 X-Spam-Score: 1.69 X-Migadu-Queue-Id: 8B2CC2B261 X-Migadu-Scanner: scn0.migadu.com Authentication-Results: aspmx1.migadu.com; dkim=fail ("body hash did not verify") header.d=gmail.com header.s=20221208 header.b=UKBKJV32; dmarc=fail reason="SPF not aligned (relaxed)" header.from=gmail.com (policy=none); spf=pass (aspmx1.migadu.com: domain of "help-guix-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="help-guix-bounces+larch=yhetil.org@gnu.org" X-TUID: Q00Wyp9xR0He >From what I understand in the output of `guix package -u' (see below), whenever I execute it, some derivations that exist in `/gnu/store' are passed to `guix build' and so they are built. Am I correct? If I'm correct, I would like to know how I can print the list that is reported by `guix package -u' below "The following derivations will be built". I know I can execute `guix package -u' and press `C-c' in the next 5 seconds. However, I'd like to do this the right way. That is, write a command that only prints that list and does nothing more. The reason I'm asking is because sometimes I want to build specific derivations in order to have those packages advertised in my local network in the order that I feel it's the best for me. ,---- | $ guix package -u | The following packages will be upgraded: | (... list of packages ...) | | The following derivations will be built: | (... list of derivations in /gnu/store ...) | | building (... a derivation ...) | - 'unpack' phase `----