GNU bug report logs - #67685
‘guix shell --export-manifest’ ignores transformations for ‘-D’ packages

Previous Next

Package: guix;

Reported by: Ludovic Courtès <ludovic.courtes <at> inria.fr>

Date: Thu, 7 Dec 2023 10:18:01 UTC

Severity: normal

Full log


View this message in rfc822 format

From: Evgenii Klimov <eugene.dev <at> lipklim.org>
To: 67685 <at> debbugs.gnu.org
Cc: ludovic.courtes <at> inria.fr
Subject: bug#67685: ‘guix shell --export-manifest’ ignores transformations for ‘-D’ packages
Date: Wed, 04 Sep 2024 23:55:56 +0100
I think that transformations should be applied to `-D --file'
combination as well (probably to `-D --manifest' too).

It would support the following use case (this is the reason I fould this
very bug).  When we have a project under development which is controlled
by guix.scm file and we want to try out the dependency from another fork
or branch, it would be useful for transformations to be propagated to
inputs/propagated-inputs/etc. inside guix.scm file.

Currently it doesn't apply transformations:

--8<---------------cut here---------------start------------->8---
guix shell -D -f guix.scm \
     --with-git-url=python-pytelegrambotapi=https://github.com/coder2020official/pyTelegramBotAPI \
     --with-branch=python-pytelegrambotapi=polling-improvements
--8<---------------cut here---------------end--------------->8---

However it does propagate:

--8<---------------cut here---------------start------------->8---
guix shell -f guix.scm \
     --with-git-url=python-pytelegrambotapi=https://github.com/coder2020official/pyTelegramBotAPI \
     --with-branch=python-pytelegrambotapi=polling-improvements
--8<---------------cut here---------------end--------------->8---

and this, when dependency is mentioned explicitly:

--8<---------------cut here---------------start------------->8---
guix shell -D -f guix.scm python-pytelegrambotapi \
     --with-git-url=python-pytelegrambotapi=https://github.com/coder2020official/pyTelegramBotAPI \
     --with-branch=python-pytelegrambotapi=polling-improvements
--8<---------------cut here---------------end--------------->8---




This bug report was last modified 291 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.