forked from mirrors/nixpkgs
uade123: fix build after #28029
This commit is contained in:
parent
70a041ea8b
commit
a94021ef40
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue