diff --git a/abstract-machine/default.nix b/abstract-machine/default.nix index 85232e0..b317b89 100644 --- a/abstract-machine/default.nix +++ b/abstract-machine/default.nix @@ -27,5 +27,9 @@ stdenv.mkDerivation { ] ++ (if isa == "native" then [ SDL2 ] else [ ]); + propagetedBuildInputs = [ + + ] ++ (if isa == "native" then [ SDL2 ] else [ ]); + doCheck = true; }