gtk-sharp-2_0: enable darwin

This commit is contained in:
Mirco Bauer 2023-08-17 23:16:57 +02:00
parent 1f6ff1de06
commit 153f55b947
No known key found for this signature in database
GPG Key ID: 33A429E62D907822

View File

@ -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;
};
}