go-qt: mark as broken

This commit is contained in:
2023-02-14 10:19:09 +11:00
parent c387334fa5
commit ada5f02f08

View File

@ -63,5 +63,6 @@ buildGoModule rec {
homepage = "https://github.com/therecipe/qt";
description = "Qt bindings for Go";
license = licenses.lgpl3;
broken = true;
};
}