redeclipse: add missing libGL dependency
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
pkg-config,
|
||||
freetype,
|
||||
zlib,
|
||||
libGL,
|
||||
libX11,
|
||||
SDL2,
|
||||
SDL2_image,
|
||||
@@ -23,6 +24,7 @@ stdenv.mkDerivation rec {
|
||||
};
|
||||
|
||||
buildInputs = [
|
||||
libGL
|
||||
libX11
|
||||
freetype
|
||||
zlib
|
||||
|
||||
Reference in New Issue
Block a user