mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
eureka-ideas: skip broken tests on linux
This commit is contained in:
parent
d8fcdf8eda
commit
f9b8038792
@ -24,6 +24,11 @@ rustPlatform.buildRustPackage rec {
|
||||
|
||||
buildInputs = [ openssl ] ++ lib.optionals stdenv.isDarwin [ Security ];
|
||||
|
||||
checkFlags = lib.optionals stdenv.isLinux [
|
||||
# failing on linux for unknown reasons
|
||||
"--skip=config_manager::tests"
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
description = "CLI tool to input and store your ideas without leaving the terminal";
|
||||
homepage = "https://github.com/simeg/eureka";
|
||||
|
Loading…
Reference in New Issue
Block a user