photivo: mark as broken

This commit is contained in:
worldofpeace 2019-06-27 02:00:38 -04:00
parent c74d21a38c
commit e186ad5c31

View file

@ -37,5 +37,6 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
platforms = platforms.linux;
license = licenses.gpl3;
broken = true; # exiv2 0.27.1 FTBFS
};
}