unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: "Ludovic Courtès" <ludo@gnu.org>
To: Ricardo Wurmus <rekado@elephly.net>
Cc: guix-devel@gnu.org
Subject: Re: Computing a derivation for a profile
Date: Tue, 09 Jan 2024 23:03:58 +0100	[thread overview]
Message-ID: <877ckiyxip.fsf@gnu.org> (raw)
In-Reply-To: <8734vxiwv2.fsf@elephly.net> (Ricardo Wurmus's message of "Wed, 20 Dec 2023 00:37:24 +0100")

Hi Ricardo,

Ricardo Wurmus <rekado@elephly.net> skribis:

> Unfortunately, lowering this profile object appears to invariably result
> in substitutes for all these texlive packages to be downloaded, even
> though I only want to get the derivation.

It’s grafts again!  (Since everything is grafted right now in master,
due to glibc.)

--8<---------------cut here---------------start------------->8---
scheme@(guile-user)> ,use(guix profiles)
scheme@(guile-user)> ,use(guix monad-repl)
scheme@(guile-user)> ,use(guix grafts)
scheme@(guile-user)> (%graft? #f)  ;<- !!
$18 = #t
scheme@(guile-user)> ,use(gnu packages)
scheme@(guile-user)> ,lower        (profile
         (content
          (specifications->manifest
           (list "texlive-collection-latex"
                 "texlive-collection-latexextra"
                 "texlive-collection-latexrecommended"
                 "texlive-collection-fontsrecommended"
                 "texlive-pgf"))))
$19 = #<derivation /gnu/store/ghva49bcjali3nlclk7ycnxw78gdjz4p-profile.drv => /gnu/store/9fkvhgjqy3yb9jdnzyk3pw5i0rwj4234-profile 7f7d81137d70>
--8<---------------cut here---------------end--------------->8---

HTH,
Ludo’.


      parent reply	other threads:[~2024-01-09 22:04 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-12-19 23:37 Computing a derivation for a profile Ricardo Wurmus
2023-12-20 11:25 ` Ricardo Wurmus
2024-01-09 22:03 ` Ludovic Courtès [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=877ckiyxip.fsf@gnu.org \
    --to=ludo@gnu.org \
    --cc=guix-devel@gnu.org \
    --cc=rekado@elephly.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).