mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 08:23:09 +00:00
starsector: added missing build input
This commit is contained in:
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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user