harper: build harper-cli (#514065)
This commit is contained in:
@@ -17,10 +17,18 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
||||
hash = "sha256-9AA2uln9cnMzFvPbxiD05sfdAZKO7xzoJSfQbeRNE9Y=";
|
||||
};
|
||||
|
||||
buildAndTestSubdir = "harper-ls";
|
||||
|
||||
cargoHash = "sha256-P90qKrV4YK1ATwclbJ8wX+rcCdE1QetNNL96/IXeIMA=";
|
||||
|
||||
cargoBuildFlags = [
|
||||
"--package=harper-cli"
|
||||
"--package=harper-ls"
|
||||
];
|
||||
|
||||
cargoTestFlags = [
|
||||
"--package=harper-cli"
|
||||
"--package=harper-ls"
|
||||
];
|
||||
|
||||
passthru.updateScript = nix-update-script { };
|
||||
|
||||
nativeInstallCheckInputs = [
|
||||
|
||||
Reference in New Issue
Block a user