manaplus: don't use sdl-config

This unbreaks cross-compilation when SDL2 itself can cross-compile, which is currently
blocked by timidity cross.
This commit is contained in:
Sergei Zimmerman
2024-12-23 23:06:20 +03:00
parent 31bd9d69eb
commit 3b60aae3bf
-1
View File
@@ -39,7 +39,6 @@ stdenv.mkDerivation (finalAttrs: {
];
nativeBuildInputs = [
SDL2
autoreconfHook
pkg-config
];