-
-
Notifications
You must be signed in to change notification settings - Fork 14.2k
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
dooit: Fix textual version #345228
dooit: Fix textual version #345228
Conversation
1898602
to
4031233
Compare
Can you reword the commit, please. |
4031233
to
d4ae115
Compare
Running nixpkgs-review now, since it's your application I'll trust the version change fixes the behavior to your expectation. |
Hmmm... I did the changes you mentioned and its still not building. Something with version, I'll check again. Sorry for the trouble :( |
pkgs/by-name/do/dooit/package.nix
Outdated
@@ -34,6 +33,21 @@ python3.pkgs.buildPythonApplication rec { | |||
python-dateutil | |||
pyyaml | |||
textual |
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.
textual |
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.
Looks like the other reference got left in there, so it's picking up the new version, as well.
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.
oh lol hahaha
d4ae115
to
30547aa
Compare
Alright, kicking off a review. Hopefully everything works, thanks for taking this on! |
Alright. Its fine now. Thanks a lot for your time! much appreciated |
|
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.
nixpkgs-review
result on x86_64-linux
.
2 packages built:
- dooit
- dooit.dist
Looks like dooit is broken on master now from a textual update #344813. This fixes it not even running, too. Discovered incidentally in #345234 (comment) but locking textual fixes the error we're seeing. Seems the ryantm auto updates must only run the version check on the package being updated but doesn't run the tests on the dependencies that get rebuilt. |
Description of changes
Fix: Dooit's dep textual
Things done
nix.conf
? (See Nix manual)sandbox = relaxed
sandbox = true
nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)Add a 👍 reaction to pull requests you find important.