dvb_apps: mark as broken

This commit is contained in:
xeji 2018-04-10 23:11:20 +02:00
parent ccbefc66bb
commit b82170a1bc

View file

@ -19,5 +19,6 @@ stdenv.mkDerivation {
homepage = https://linuxtv.org/;
platforms = stdenv.lib.platforms.linux;
license = stdenv.lib.licenses.gpl2;
broken = true; # 2018-04-10
};
}