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; { meta = with lib; {
description = "Dict protocol server and client"; description = "Dict protocol server and client";
homepage = "http://www.dict.org"; homepage = "http://www.dict.org";
license = licenses.gpl2; license = licenses.gpl2Plus;
maintainers = with maintainers; [ ]; maintainers = with maintainers; [ sikmir ];
platforms = platforms.linux; platforms = platforms.unix;
}; };
} }