Commit 9d3560b6 authored by Emily's avatar Emily
Browse files

bisq-desktop: mark as broken

OpenJFX 11 has been EOL for over a year; upstream
uses OpenJFX 15 which is also EOL. According
to <https://github.com/bisq-network/bisq/pull/6758>, the
application does not function with later versions, and has a
limited remaining lifespan as there is a new major version that
uses more modern versions. It looks like that version officially
supports OpenJDK 22, which is also EOL, but hopefully it will
work with 21 or 23. Some work was done already to package it here:
<https://github.com/NixOS/nixpkgs/pull/318594>.
parent a4edf434
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -122,5 +122,7 @@ stdenv.mkDerivation rec {
    license = licenses.mit;
    maintainers = with maintainers; [ juaningan emmanuelrosa ];
    platforms = [ "x86_64-linux" ];
    # Requires OpenJFX 11 or 16, which are both EOL.
    broken = true;
  };
}
+1 −3
Original line number Diff line number Diff line
@@ -3305,9 +3305,7 @@ with pkgs;
  bazarr = callPackage ../servers/bazarr { };
  bisq-desktop = callPackage ../applications/blockchains/bisq-desktop {
    openjdk11 = openjdk11.override { enableJavaFX = true; };
  };
  bisq-desktop = callPackage ../applications/blockchains/bisq-desktop { };
  bic = callPackage ../development/interpreters/bic { };