help-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How to build a package variant using another package variant as an i


From: wakyct
Subject: Re: How to build a package variant using another package variant as an input with 'guix build'?
Date: Sun, 14 Apr 2024 17:47:28 +0000

On Sun, Apr 14, 2024 at 04:49:05PM +0300, Efraim Flashner wrote:

Try it with combining the two parts together:

guix build python-pivy  \
--with-git-url=python-pivy=https://github.com/coin3d/pivy \
--with-commit=python-pivy=0.6.8 \
--with-git-url=soqt=https://github.com/coin3d/soqt \
--with-commit=soqt=v1.6.2 --no-grafts --no-substitutes

Thanks Efraim that worked! I thought I had tried that but I must have missed something.

George



reply via email to

[Prev in Thread] Current Thread [Next in Thread]