mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-04-19 06:19:12 +00:00
speki: disable check
This commit is contained in:
parent
c2e302395c
commit
5ac90482e3
@ -25,6 +25,10 @@ rustPlatform.buildRustPackage rec {
|
|||||||
nativeBuildInputs = [ pkg-config ];
|
nativeBuildInputs = [ pkg-config ];
|
||||||
buildInputs = [ openssl alsaLib ];
|
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; {
|
meta = with lib; {
|
||||||
homepage = "https://github.com/TBS1996/speki/";
|
homepage = "https://github.com/TBS1996/speki/";
|
||||||
description = "Flashcard app on the terminal";
|
description = "Flashcard app on the terminal";
|
||||||
|
Loading…
Reference in New Issue
Block a user