ezquake: fix build after #41902
This commit is contained in:
parent
ad836e1b13
commit
1a76bd5552
@ -1,5 +1,5 @@
|
|||||||
{ stdenv, fetchFromGitHub, curl, expat
|
{ stdenv, fetchFromGitHub, curl, expat
|
||||||
, jansson, libpng, libjpeg, libGLU_combined, pcre
|
, jansson, libpng, libjpeg, libGLU_combined, libXxf86vm, pcre
|
||||||
, pkgconfig, SDL2, vimNox }:
|
, pkgconfig, SDL2, vimNox }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig ];
|
nativeBuildInputs = [ pkgconfig ];
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
expat curl jansson libpng libjpeg libGLU_combined pcre SDL2 vimNox
|
expat curl jansson libpng libjpeg libGLU_combined libXxf86vm pcre SDL2 vimNox
|
||||||
];
|
];
|
||||||
|
|
||||||
installPhase = with stdenv.lib; let
|
installPhase = with stdenv.lib; let
|
||||||
@ -28,6 +28,8 @@ stdenv.mkDerivation rec {
|
|||||||
mv ezquake-${sys}-${arch} $out/bin/ezquake
|
mv ezquake-${sys}-${arch} $out/bin/ezquake
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = http://ezquake.github.io/;
|
homepage = http://ezquake.github.io/;
|
||||||
description = "A modern QuakeWorld client focused on competitive online play.";
|
description = "A modern QuakeWorld client focused on competitive online play.";
|
||||||
|
Loading…
Reference in New Issue
Block a user