telepathy-qt: add darwin support

This commit is contained in:
Weijia Wang 2022-11-16 01:23:55 +01:00
parent db69a86b53
commit 875f1cc125

View File

@ -40,6 +40,6 @@ stdenv.mkDerivation rec {
description = "Telepathy Qt bindings";
homepage = "https://telepathy.freedesktop.org/components/telepathy-qt/";
license = licenses.lgpl21;
platforms = platforms.linux;
platforms = platforms.unix;
};
}