ivan: fix build after #41902

This commit is contained in:
Orivej Desh 2018-07-03 12:41:18 +00:00
parent 48272ebb6c
commit 9641ab9a27

View File

@ -1,4 +1,4 @@
{stdenv, fetchFromGitHub, libpng, cmake, SDL2, SDL2_mixer, pkgconfig, pcre}: { stdenv, fetchFromGitHub, cmake, pkgconfig, SDL2, SDL2_mixer, alsaLib, libpng, pcre }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
@ -12,9 +12,9 @@ stdenv.mkDerivation rec {
sha256 = "1r3fcccgpjmzzkg0lfmq76igjapr01kh97vz671z60jg7gyh301b"; sha256 = "1r3fcccgpjmzzkg0lfmq76igjapr01kh97vz671z60jg7gyh301b";
}; };
buildInputs = [SDL2 SDL2_mixer libpng pcre]; nativeBuildInputs = [ cmake pkgconfig ];
nativeBuildInputs = [cmake pkgconfig]; buildInputs = [ SDL2 SDL2_mixer alsaLib libpng pcre ];
hardeningDisable = ["all"]; hardeningDisable = ["all"];