mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
libspectrum: add darwin build
This commit is contained in:
parent
e4186b5e83
commit
1c32fa7660
1 changed files with 2 additions and 1 deletions
|
@ -13,12 +13,13 @@ stdenv.mkDerivation rec {
|
|||
buildInputs = [ audiofile bzip2 glib libgcrypt zlib ];
|
||||
|
||||
enableParallelBuilding = true;
|
||||
doCheck = true;
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "http://fuse-emulator.sourceforge.net/libspectrum.php";
|
||||
description = "ZX Spectrum input and output support library";
|
||||
license = licenses.gpl2Plus;
|
||||
platforms = platforms.linux;
|
||||
platforms = platforms.unix;
|
||||
maintainers = with maintainers; [ orivej ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue