[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#51108: [PATCH] import: pypi: Support 'input-changes'.
From: |
Ludovic Courtès |
Subject: |
bug#51108: [PATCH] import: pypi: Support 'input-changes'. |
Date: |
Fri, 15 Oct 2021 23:22:07 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) |
Hi,
Xinglu Chen <public@yoctocell.xyz> skribis:
> * guix/import/pypi.scm (latest-release): Specify the ‘input-changes’ field.
[...]
> + (input-changes
> + (changed-inputs name
> + (pypi->guix-package pypi-name)))))))))
This was bogus (it passes the package name of instead of the package
itself). I fixed it and pushed as
50d2900e7621aed7aea99884b6d9b41c389167d9. It works with:
./pre-inst-env guix refresh python-notebook -u
Let me know if anything’s amiss!
Thanks,
Ludo’.