From baffdf885aab7490e1024a73f8ee3ce35817c586 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Mon, 14 Oct 2024 20:59:32 +0200 Subject: test(treewide): Fix, so they compile and ignore The tests are just not in an ideal state right now. Running them via `cargo test` still works, but the `yt_dlp` test simply seem to deadlock? --- flake.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index bb1802d..3bf5deb 100644 --- a/flake.nix +++ b/flake.nix @@ -41,6 +41,9 @@ nativeBuildInputs = with pkgs; [ llvmPackages_latest.clang-unwrapped.lib + + # Needed for the tests in `libmpv2` + SDL2 ]; yt = pkgs.callPackage ./package/package.nix {inherit blake3;}; -- cgit 1.4.1