am,build: propagate SDL to dependents

This commit is contained in:
xinyangli 2024-08-15 15:52:51 +08:00
parent b403f8a40b
commit bc04c05081
Signed by: xin
SSH key fingerprint: SHA256:qZ/tzd8lYRtUFSrfBDBMcUqV4GHKxqeqRA3huItgvbk

View file

@ -27,5 +27,9 @@ stdenv.mkDerivation {
] ++ (if isa == "native" then [ SDL2 ] else [ ]); ] ++ (if isa == "native" then [ SDL2 ] else [ ]);
propagetedBuildInputs = [
] ++ (if isa == "native" then [ SDL2 ] else [ ]);
doCheck = true; doCheck = true;
} }