chmlib: enable aarch64-darwin build

This commit is contained in:
Pavol Rusnak 2021-05-23 18:49:16 +02:00
parent ac078761ce
commit 509b00e9af
No known key found for this signature in database
GPG key ID: 91F3B339B9A02A3D

View file

@ -12,10 +12,10 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ autoreconfHook ];
meta = {
meta = with lib; {
homepage = "http://www.jedrea.com/chmlib";
license = lib.licenses.lgpl2;
license = licenses.lgpl2;
description = "A library for dealing with Microsoft ITSS/CHM format files";
platforms = ["x86_64-linux" "i686-linux" "x86_64-darwin" "aarch64-linux"];
platforms = platforms.unix;
};
}