starsector: added missing build input

This commit is contained in:
erebfaer 2023-12-03 20:07:16 +11:00 committed by Emery Hemingway
parent 34deb05e55
commit 3f916c8d59

View File

@ -1,6 +1,7 @@
{ lib
, fetchzip
, libXxf86vm
, libGL
, makeWrapper
, openal
, openjdk
@ -21,7 +22,7 @@ stdenv.mkDerivation rec {
};
nativeBuildInputs = [ copyDesktopItems makeWrapper ];
buildInputs = [ xorg.libXxf86vm openal ];
buildInputs = [ xorg.libXxf86vm openal libGL ];
dontBuild = true;