bstone: fix hardware acceleration issues (#397360)

This commit is contained in:
Aleksana 2025-04-10 17:00:56 +08:00 committed by GitHub
commit 1308823088
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,8 +3,7 @@
stdenv,
fetchFromGitHub,
cmake,
SDL2,
libGL,
sdl2-compat,
}:
stdenv.mkDerivation (finalAttrs: {
@ -23,8 +22,7 @@ stdenv.mkDerivation (finalAttrs: {
];
buildInputs = [
libGL
SDL2
sdl2-compat
];
postInstall = ''