dict: enable on darwin
This commit is contained in:
parent
cd4b962916
commit
b2897ae170
1 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue