gnome.gnome-calendar: add darwin support

This commit is contained in:
Weijia Wang 2022-11-29 10:08:13 +01:00
parent dfc8fe3770
commit a980f120e6

View File

@ -63,6 +63,6 @@ stdenv.mkDerivation rec {
description = "Simple and beautiful calendar application for GNOME";
maintainers = teams.gnome.members;
license = licenses.gpl3Plus;
platforms = platforms.linux;
platforms = platforms.unix;
};
}