Compare commits

...

1 Commits

Author SHA1 Message Date
ff061257b4
go-qt: mark as broken 2023-02-14 10:19:09 +11:00

View File

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