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

libmaa: enable on darwin

parent f802f6d1
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -15,8 +15,9 @@ stdenv.mkDerivation rec {
  env.NIX_CFLAGS_COMPILE = "-Wno-error=format-truncation";

  meta = with lib; {
    description = "Dict protocol server and client";
    maintainers = [ ];
    platforms = platforms.linux;
    description = "Provides many low-level data structures which are helpful for writing compilers";
    license = licenses.gpl2Plus;
    maintainers = with maintainers; [ sikmir ];
    platforms = platforms.unix;
  };
}