mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 22:43:01 +00:00
matrix-sdk-crypto-nodejs: apply nixfmt
This commit is contained in:
parent
40fa3ed96a
commit
3da8e64e17
@ -1,5 +1,13 @@
|
||||
{ lib, stdenv, fetchFromGitHub
|
||||
, cargo, rustPlatform, rustc, napi-rs-cli, nodejs, libiconv
|
||||
{
|
||||
lib,
|
||||
stdenv,
|
||||
fetchFromGitHub,
|
||||
cargo,
|
||||
rustPlatform,
|
||||
rustc,
|
||||
napi-rs-cli,
|
||||
nodejs,
|
||||
libiconv,
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
@ -59,7 +67,10 @@ stdenv.mkDerivation rec {
|
||||
description = "No-network-IO implementation of a state machine that handles E2EE for Matrix clients";
|
||||
homepage = "https://github.com/matrix-org/matrix-rust-sdk/tree/${src.rev}/bindings/matrix-sdk-crypto-nodejs";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ winter dandellion ];
|
||||
maintainers = with maintainers; [
|
||||
winter
|
||||
dandellion
|
||||
];
|
||||
inherit (nodejs.meta) platforms;
|
||||
};
|
||||
}
|
||||
|
@ -1,5 +1,13 @@
|
||||
{ lib, stdenv, fetchFromGitHub
|
||||
, cargo, rustPlatform, rustc, napi-rs-cli, nodejs, libiconv
|
||||
{
|
||||
lib,
|
||||
stdenv,
|
||||
fetchFromGitHub,
|
||||
cargo,
|
||||
rustPlatform,
|
||||
rustc,
|
||||
napi-rs-cli,
|
||||
nodejs,
|
||||
libiconv,
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
@ -55,7 +63,10 @@ stdenv.mkDerivation rec {
|
||||
homepage = "https://github.com/matrix-org/matrix-rust-sdk-crypto-nodejs";
|
||||
changelog = "https://github.com/matrix-org/matrix-rust-sdk-crypto-nodejs/blob/main/CHANGELOG.md";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ winter dandellion ];
|
||||
maintainers = with maintainers; [
|
||||
winter
|
||||
dandellion
|
||||
];
|
||||
inherit (nodejs.meta) platforms;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user