Unverified Commit b2897ae1 authored by Nikolay Korotkiy's avatar Nikolay Korotkiy
Browse files

dict: enable on darwin

parent cd4b9629
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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;
  };
}