prs: build-in skim, maintainers: s/dotlambda/colemickens/ (#364943)
This commit is contained in:
@@ -33,7 +33,7 @@ rustPlatform.buildRustPackage rec {
|
||||
|
||||
cargoBuildFlags = [
|
||||
"--no-default-features"
|
||||
"--features=alias,backend-gpgme,clipboard,notify,select-fzf-bin,select-skim-bin,tomb,totp"
|
||||
"--features=alias,backend-gpgme,clipboard,notify,select-fzf-bin,select-skim,tomb,totp"
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
@@ -56,7 +56,7 @@ rustPlatform.buildRustPackage rec {
|
||||
lgpl3Only # lib
|
||||
gpl3Only # everything else
|
||||
];
|
||||
maintainers = with maintainers; [ dotlambda ];
|
||||
maintainers = with maintainers; [ colemickens ];
|
||||
mainProgram = "prs";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user