-
-
Notifications
You must be signed in to change notification settings - Fork 15.5k
Add rusty-tags 3.5.1 release #62557
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
Add rusty-tags 3.5.1 release #62557
Conversation
Needs to be rebased. Superficially looks okay to me otherwise. |
Thank you for your contributions.
|
@@ -1153,6 +1153,11 @@ | |||
github = "danharaj"; | |||
name = "Dan Haraj"; | |||
}; | |||
danielakhterov = { |
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 put this into a separate commit with the message maintainers: add danielakhterov
.
@@ -24155,4 +24155,5 @@ in | |||
|
|||
bemenu = callPackage ../applications/misc/bemenu { }; | |||
|
|||
rusty-tags = callPackage ../development/tools/misc/rusty-tags { }; |
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 don't add packages add the end but in their right categories.
{ lib, rustPlatform, fetchFromGitHub }: | ||
|
||
rustPlatform.buildRustPackage rec { | ||
name = "rusty-tags-${version}"; |
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.
name = "rusty-tags-${version}"; | |
pname = "rusty-tags"; |
homepage = https://github.com/dan-t/rusty-tags; | ||
license = with licenses; [ bsd3 ]; | ||
maintainers = with maintainers; [ danielakhterov ]; | ||
platforms = platforms.all; |
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.
This is not required here.
I marked this as stale due to inactivity. → More info |
Motivation for this change
I wanted to be able to install rusty-tags via nix instead of
cargo install
.Things done
Added myself to the list of maintainers. Added a simple nix derivation for rusty-tags v3.5.1.
sandbox
innix.conf
on non-NixOS)nix-shell -p nix-review --run "nix-review wip"
./result/bin/
)nix path-info -S
before and after)