sm64ex: add missing libGL
Removed from SDL2 recently
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
pkg-config,
|
||||
audiofile,
|
||||
SDL2,
|
||||
libGL,
|
||||
hexdump,
|
||||
sm64baserom,
|
||||
region ? "us",
|
||||
@@ -44,6 +45,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
buildInputs = [
|
||||
audiofile
|
||||
SDL2
|
||||
libGL
|
||||
];
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
Reference in New Issue
Block a user