mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-17 02:48:32 +00:00
bstone: fix hardware acceleration issues (#397360)
This commit is contained in:
commit
1308823088
@ -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 = ''
|
||||
|
Loading…
Reference in New Issue
Block a user