starsector: added missing build input
This commit is contained in:
committed by
Emery Hemingway
parent
34deb05e55
commit
3f916c8d59
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user