starsector: added missing build input

This commit is contained in:
erebfaer
2023-12-04 05:55:46 +00:00
committed by Emery Hemingway
parent 34deb05e55
commit 3f916c8d59
+2 -1
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;