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