mlt: broken with Qt 5.15

This commit is contained in:
Thomas Tuegel 2020-09-05 18:36:52 -05:00
parent b3d72930d8
commit 91bee6f06c

View file

@ -63,5 +63,6 @@ stdenv.mkDerivation rec {
license = licenses.gpl3;
maintainers = [ maintainers.goibhniu ];
platforms = platforms.linux;
broken = versionAtLeast qtbase.version "5.15";
};
}