Unverified Commit b571f320 authored by teutat3s's avatar teutat3s
Browse files

scaphandre: mark as broken

parent 573f2802
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;
  };
}