gnome.gnome-dictionary: add darwin support

This commit is contained in:
Weijia Wang 2022-12-18 22:49:48 +01:00
parent cd639a4cd8
commit b7e6bfac77

View file

@ -80,6 +80,6 @@ stdenv.mkDerivation rec {
description = "Dictionary is the GNOME application to look up definitions";
maintainers = teams.gnome.members;
license = licenses.gpl2;
platforms = platforms.linux;
platforms = platforms.unix;
};
}