go-qt: mark as broken

This commit is contained in:
xeals 2023-02-14 10:19:09 +11:00
parent a83dcb3ed5
commit ff061257b4
Signed by: xeals
GPG Key ID: A498C7AF27EC6B5C

View File

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