scaphandre: mark as broken

This commit is contained in:
teutat3s
2025-05-15 19:49:01 +02:00
parent 573f2802a0
commit b571f320ef
+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;
};
}