scaphandre: mark as broken (#407408)

This commit is contained in:
Leona Maroni
2025-05-16 14:28:07 +02:00
committed by GitHub
+3
View File
@@ -73,5 +73,8 @@ rustPlatform.buildRustPackage rec {
platforms = [ "x86_64-linux" ];
maintainers = with maintainers; [ gaelreyrol ];
mainProgram = "scaphandre";
# Upstream needs to decide what to do about a broken dependency
# https://github.com/hubblo-org/scaphandre/issues/403
broken = true;
};
}