astroid: mark broken

This commit is contained in:
Sandro Jäckel
2025-03-12 16:05:07 +01:00
parent 11365a8a16
commit d113ce49b8
@@ -96,5 +96,7 @@ stdenv.mkDerivation rec {
];
license = licenses.gpl3Plus;
platforms = platforms.linux;
# error: 'is_regular' was not declared in this scope
broken = true;
};
}