libmaa: enable on darwin

This commit is contained in:
Nikolay Korotkiy 2023-09-10 23:27:12 +04:00
parent f802f6d137
commit cd4b962916
No known key found for this signature in database
GPG Key ID: D1DE6D7F693663A5

View File

@ -15,8 +15,9 @@ stdenv.mkDerivation rec {
env.NIX_CFLAGS_COMPILE = "-Wno-error=format-truncation";
meta = with lib; {
description = "Dict protocol server and client";
maintainers = [ ];
platforms = platforms.linux;
description = "Provides many low-level data structures which are helpful for writing compilers";
license = licenses.gpl2Plus;
maintainers = with maintainers; [ sikmir ];
platforms = platforms.unix;
};
}