gnome-video-effects: add darwin support

This commit is contained in:
Weijia Wang 2022-12-18 22:50:30 +01:00
parent dad22d2fdc
commit db6df98cb0

View file

@ -39,7 +39,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "A collection of GStreamer effects to be used in different GNOME Modules";
homepage = "https://wiki.gnome.org/Projects/GnomeVideoEffects";
platforms = platforms.linux;
platforms = platforms.unix;
maintainers = teams.gnome.members;
license = licenses.gpl2;
};