mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
parent
54da29274f
commit
8e5de9e200
@ -1,5 +1,5 @@
|
|||||||
{ stdenv, lib, fetchurl, perl, unzip, zip, which, pkgconfig
|
{ 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
|
, withVideos ? false
|
||||||
}:
|
}:
|
||||||
|
|
||||||
@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = "10kmpr4cby95zwqsl1zwx95d9achli6khq7flv6xmrq30a39xazw";
|
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 ];
|
nativeBuildInputs = [ perl zip unzip pkgconfig ];
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user