bstone: fix hardware acceleration issues

This commit is contained in:
Keenan Weaver
2025-04-09 07:23:13 -05:00
parent c83d599496
commit 28fb02b42d
+2 -4
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 = ''