telepathy-qt: specify platforms

This commit is contained in:
Domen Kožar 2014-10-03 15:27:13 +02:00
parent cb18839669
commit b9eda15dc0

View File

@ -20,4 +20,8 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true;
doCheck = false; # giving up for now
meta = {
platforms = stdenv.lib.platforms.linux;
};
}