diff --git a/abstract-machine/default.nix b/abstract-machine/default.nix index b452cdb..b317b89 100644 --- a/abstract-machine/default.nix +++ b/abstract-machine/default.nix @@ -26,7 +26,8 @@ stdenv.mkDerivation { buildInputs = [ ] ++ (if isa == "native" then [ SDL2 ] else [ ]); - propagatedBuildInputs = [ + + propagetedBuildInputs = [ ] ++ (if isa == "native" then [ SDL2 ] else [ ]);