mlt: broken with Qt 5.15

This commit is contained in:
Thomas Tuegel
2020-09-07 08:05:40 -05:00
parent b3d72930d8
commit 91bee6f06c
+1
View File
@@ -63,5 +63,6 @@ stdenv.mkDerivation rec {
license = licenses.gpl3;
maintainers = [ maintainers.goibhniu ];
platforms = platforms.linux;
broken = versionAtLeast qtbase.version "5.15";
};
}