-
-
Notifications
You must be signed in to change notification settings - Fork 15.3k
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
vit 2.0.0 #71197
vit 2.0.0 #71197
Conversation
@worldofpeace thoughts on deprecation of pythonPackages.vit? It's currently marked broken. |
I'm not sure I follow, what does deprecation mean in the context of nixpkgs? I included To clarify the situation...
|
So vit 1.3 is in perl, but the latest is rewritten in python. If vit has moved on from perl this is just a version update. I see it as they're the same package, you can just update the |
pkgs/top-level/python-packages.nix
Outdated
@@ -5465,6 +5467,8 @@ in { | |||
|
|||
virtualenvwrapper = callPackage ../development/python-modules/virtualenvwrapper { }; | |||
|
|||
vit = callPackage ../development/python-modules/vit { }; |
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.
is there documented use of it as a python module?
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.
Though it sounds like it may a goal for the future, I doubt there's any point now and can just move it all into misc/vit
instead.
you should use |
301e43d
to
8f190ba
Compare
postInstall = '' | ||
wrapProgram $out/bin/vit --prefix PERL5LIB : $PERL5LIB | ||
''; | ||
makeWrapperArgs = [ "--prefix" "PATH" ":" "${taskwarrior}/bin" ]; |
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.
please --suffix so it can be overriden in PATH
Thanks @arcnmx ✨ |
Motivation for this change
https://groups.google.com/forum/#!topic/taskwarrior-user/0dTbvFOOZY0
I'm not sure whether I should remove the previous
vit
package and replace the attr with this, or keep it around asvit1
, or?Things done
sandbox
innix.conf
on non-NixOS)nix-shell -p nix-review --run "nix-review wip"
./result/bin/
)nix path-info -S
before and after)Notify maintainers
cc @dtzWill as maintainer of the existing vit 1.3 package, also do you want to be on this version too?