gsound: add darwin support

This commit is contained in:
Weijia Wang 2022-08-02 18:39:43 +02:00
parent 60514b555d
commit aac52a923f

View file

@ -31,6 +31,6 @@ stdenv.mkDerivation rec {
description = "Small library for playing system sounds";
maintainers = teams.gnome.members;
license = licenses.gpl2;
platforms = platforms.linux;
platforms = platforms.unix;
};
}