linphone: mark as broken for ZHF

This commit is contained in:
Luca Bruno 2014-08-22 12:54:02 +02:00
parent ce6b86cc68
commit 007232ff8f

View File

@ -28,5 +28,6 @@ stdenv.mkDerivation rec {
description = "Open Source video SIP softphone";
license = stdenv.lib.licenses.gpl2Plus;
platforms = stdenv.lib.platforms.gnu;
broken = true;
};
}