uade123: fix build after #28029

This commit is contained in:
Orivej Desh 2018-05-30 06:04:39 +00:00
parent 70a041ea8b
commit a94021ef40

View file

@ -8,8 +8,11 @@ in stdenv.mkDerivation rec {
url = "http://zakalwe.fi/uade/uade2/uade-${version}.tar.bz2";
sha256 = "04nn5li7xy4g5ysyjjngmv5d3ibxppkbb86m10vrvadzxdd4w69v";
};
nativeBuildInputs = [ pkgconfig ];
buildInputs = [ which libao ];
nativeBuildInputs = [ pkgconfig which ];
buildInputs = [ libao ];
enableParallelBuilding = true;
hardeningDisable = [ "format" ];
meta = with stdenv.lib; {
description = "Plays old Amiga tunes through UAE emulation and cloned m68k-assembler Eagleplayer API";