python3Packages.test2ref: enable __structuredAttrs

This commit is contained in:
Gaetan Lepage
2026-04-27 14:57:13 +00:00
parent 9b505a8bdb
commit 42908f7309
@@ -18,6 +18,7 @@ buildPythonPackage rec {
pname = "test2ref";
version = "1.2.3";
pyproject = true;
__structuredAttrs = true;
src = fetchFromGitHub {
owner = "nbiotcloud";