-
Notifications
You must be signed in to change notification settings - Fork 38.7k
guix: remove input labels #28965
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
guix: remove input labels #28965
Conversation
Migrate package definitions to use the new format for propogated inputs. See https://guix.gnu.org/manual/en/html_node/package-Reference.html#index-inputs_002c-of-packages. See also: https://guix.gnu.org/blog/2021/the-big-change/
|
The following sections might be updated with supplementary metadata relevant to reviewers and maintainers. Code CoverageFor detailed information about the code coverage, see the test coverage report. ReviewsSee the guideline for information on the review process.
If your review is incorrectly listed, please react with 👎 to this comment and the bot will ignore it on the next update. |
|
Is the minimum supported guix version documented somewhere? |
I don't think so, but I'm assuming it's ~1.3.0. Although, anyone running an earlier version, should also be able to run |
|
Builds (x86): |
sedited
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm ACK a4980da
|
Looks like this is working fine for me, on guix v1.2. I guess, since it is using |
|
I ran this on a fresh install of all versions of guix (v1.2, v1.3, v1.4). All passed. results |
|
Also tested this in a new env with a download of the Guix 1.2.0 binary. |
Migrate package definitions to use the newer format for propogated inputs. See https://guix.gnu.org/manual/en/html_node/package-Reference.html#index-inputs_002c-of-packages.
This change remains compatible with Guix 1.2.0+.
See also: https://guix.gnu.org/blog/2021/the-big-change/
Guix Build (aarch64 & x86_64):