Unverified Commit cff416fb authored by Leona Maroni's avatar Leona Maroni Committed by GitHub
Browse files

scaphandre: mark as broken (#407408)

parents 3be455e0 b571f320
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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;
  };
}