dict: enable on darwin

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

View File

@ -30,8 +30,8 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "Dict protocol server and client";
homepage = "http://www.dict.org";
license = licenses.gpl2;
maintainers = with maintainers; [ ];
platforms = platforms.linux;
license = licenses.gpl2Plus;
maintainers = with maintainers; [ sikmir ];
platforms = platforms.unix;
};
}