unofficial mirror of help-guix@gnu.org 
 help / color / mirror / Atom feed
From: wakyct@tilde.team
To: help-guix@gnu.org
Subject: How to build a package variant using another package variant as an input with 'guix build'?
Date: Sat, 13 Apr 2024 22:40:05 +0000	[thread overview]
Message-ID: <ZhsJxTYZAmK8UIuz@tilde.team> (raw)

Hello all, I am new to Guix system and trying to build a package variant which depends on another package variant as 
an input, from the command line in a guix shell. I can build the variants using --with-git-url and --with-commit, but 
I can't figure out how to then add the input using --with-input.

For example, this is what I tried:

$ guix shell --container --nesting --network --development python-pivy soqt --no-grafts nss-certs
george@lucretius ~ [env]$ guix build soqt --with-git-url=soqt=https://github.com/coin3d/soqt \
> --with-commit=soqt=v1.6.2 --no-grafts --no-substitutes

updating checkout of 'https://github.com/coin3d/soqt'...
updating submodule 'build/general'...
updating submodule 'cpack.d'...
updating submodule 'data'...
updating submodule 'src/Inventor/Qt/common'...
retrieved commit 17364833049d3855f5e9e0f7908eb5ba08209318
/gnu/store/xjklc67c6bnmwjpryyx9b639vrhx2hjf-soqt-1.6.2

george@lucretius ~ [env]$ guix build python-pivy --with-git-url=python-pivy=https://github.com/coin3d/pivy \ 
> --with-commit=python-pivy=0.6.8 --with-input=soqt=soqt@1.6.2 --no-grafts --no-substitutes

guix build: error: soqt: package not found for version 1.6.2


Probably this errors because soqt is not installed and/or in a channel? But as expected I can't install soqt 1.6.2 in 
this current shell container. Is there an ad hoc way to build variants using the results of previous builds in the 
same container? Or perhaps I need to do this in a different way? Thanks for any help. 


George




             reply	other threads:[~2024-04-13 23:15 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-13 22:40 wakyct [this message]
2024-04-14 13:49 ` How to build a package variant using another package variant as an input with 'guix build'? Efraim Flashner
2024-04-14 17:47   ` wakyct

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=ZhsJxTYZAmK8UIuz@tilde.team \
    --to=wakyct@tilde.team \
    --cc=help-guix@gnu.org \
    /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.
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).