about summary refs log tree commit diff stats
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix3
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;};