diff options
author | Dominique Martinet @ jormungand <asmadeus@codewreck.org> | 2020-11-04 23:12:54 +0100 |
---|---|---|
committer | Dominique Martinet @ jormungand <asmadeus@codewreck.org> | 2020-11-04 23:12:54 +0100 |
commit | a3e8f819deac5fee73eadb816f553b28a8060587 (patch) | |
tree | f43c563563c66577bff994f5091d87d670a2f9d8 | |
parent | 8f91f9dc3c74bf1e44c57413a95fd867c52c8e20 (diff) |
-rw-r--r-- | pkgs/matrirc/default.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/matrirc/default.nix b/pkgs/matrirc/default.nix index 6bde054..4111d34 100644 --- a/pkgs/matrirc/default.nix +++ b/pkgs/matrirc/default.nix @@ -16,6 +16,9 @@ rustPlatform.buildRustPackage rec { nativeBuildInputs = [ pkgconfig ]; buildInputs = [ openssl ]; + # no check anyway, save some time + doCheck = false; + meta = with stdenv.lib; { description = "Yet another irc to matrix gateway"; license = licenses.wtfpl; |