From b2897ae1703d7966ff1708748ef5e7648ca79a9e Mon Sep 17 00:00:00 2001 From: Nikolay Korotkiy Date: Sun, 10 Sep 2023 23:28:35 +0400 Subject: [PATCH] dict: enable on darwin --- pkgs/servers/dict/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/servers/dict/default.nix b/pkgs/servers/dict/default.nix index 1b3962907781..ea7cb80b8fc0 100644 --- a/pkgs/servers/dict/default.nix +++ b/pkgs/servers/dict/default.nix @@ -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; }; }