diffoscope: comment why we don't filter on meta.broken

This commit is contained in:
Sandro Jäckel
2023-07-09 23:20:58 +02:00
parent f2926a3f42
commit dee143a248

View File

@@ -148,6 +148,7 @@ python.pkgs.buildPythonApplication rec {
# > FAILED tests/comparators/test_macho_decompiler.py::test_radare2_diff - AssertionError
#
# We filter automatically all packages for the host platform (some dependencies are not supported on Darwin, aarch64, etc.).
# Packages which are marked broken for a platform are not automatically filtered to avoid accidentally removing them without noticing it.
pythonPath = lib.filter (lib.meta.availableOn stdenv.hostPlatform) ([
acl
binutils-unwrapped-all-targets