Skip to content

Commit

Permalink
warzone2100: fix build after #41902 (#42908)
Browse files Browse the repository at this point in the history
  • Loading branch information
ikervagyok authored and orivej committed Jul 3, 2018
1 parent 54da292 commit 8e5de9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/games/warzone2100/default.nix
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{ stdenv, lib, fetchurl, perl, unzip, zip, which, pkgconfig
, qtbase, qtscript, SDL2, libtheora, openal, glew, physfs, fribidi
, qtbase, qtscript, SDL2, libtheora, openal, glew, physfs, fribidi, libXrandr
, withVideos ? false
}:

Expand All @@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
sha256 = "10kmpr4cby95zwqsl1zwx95d9achli6khq7flv6xmrq30a39xazw";
};

buildInputs = [ qtbase qtscript SDL2 libtheora openal glew physfs fribidi ];
buildInputs = [ qtbase qtscript SDL2 libtheora openal glew physfs fribidi libXrandr ];
nativeBuildInputs = [ perl zip unzip pkgconfig ];

postPatch = ''
Expand Down

0 comments on commit 8e5de9e

Please sign in to comment.