speki: disable check

This commit is contained in:
Gabriel Arazas 2023-07-18 10:06:26 +08:00
parent c2e302395c
commit 5ac90482e3
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC

View File

@ -25,6 +25,10 @@ rustPlatform.buildRustPackage rec {
nativeBuildInputs = [ pkg-config ];
buildInputs = [ openssl alsaLib ];
# Most of the tests require filesystem access with the home directory so
# we'll have to disable them for now.
doCheck = false;
meta = with lib; {
homepage = "https://github.com/TBS1996/speki/";
description = "Flashcard app on the terminal";