diff options
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 3 |
1 files changed, 3 insertions, 0 deletions
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;}; |