nixfmt
This commit is contained in:
parent
4146b5aece
commit
2e10a00830
32 changed files with 2944 additions and 2163 deletions
|
@ -5,20 +5,14 @@ rustPlatform.buildRustPackage rec {
|
|||
version = "0.3.0";
|
||||
|
||||
src = fetchTarball {
|
||||
url = https://ghom.niij.org/eaon/notcoal/archive/v0.3.0.tar.gz;
|
||||
url = "https://ghom.niij.org/eaon/notcoal/archive/v0.3.0.tar.gz";
|
||||
sha256 = "19gaba6asid5vplcy9q0ama40dvwwxglc40ks5240lydrvgfrimq";
|
||||
};
|
||||
cargoPatches = [
|
||||
./Cargo.lock.patch
|
||||
];
|
||||
cargoPatches = [ ./Cargo.lock.patch ];
|
||||
cargoSha256 = "0kgjxq2319l2gh1xc0f3ir1pa6z7p62z3fccswwxrz7gbn7nc07c";
|
||||
cargoBuildFlags = ["--features=standalone"];
|
||||
|
||||
buildInputs = [
|
||||
bash
|
||||
notmuch
|
||||
];
|
||||
cargoBuildFlags = [ "--features=standalone" ];
|
||||
|
||||
buildInputs = [ bash notmuch ];
|
||||
|
||||
meta = with lib; {
|
||||
description = "An email tagger for notmuch";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue