Unverified Commit 153f55b9 authored by Mirco Bauer's avatar Mirco Bauer
Browse files

gtk-sharp-2_0: enable darwin

parent 1f6ff1de
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -65,7 +65,7 @@ stdenv.mkDerivation rec {
  meta = with lib; {
    description = "Graphical User Interface Toolkit for mono and .Net";
    homepage = "https://www.mono-project.com/docs/gui/gtksharp";
    platforms = platforms.linux;
    platforms = platforms.unix;
    license = licenses.gpl2;
  };
}