Skip to content

Commit

Permalink
bisq-desktop: mark as broken
Browse files Browse the repository at this point in the history
OpenJFX 11 has been EOL for over a year; upstream
uses OpenJFX 15 which is also EOL. According
to <bisq-network/bisq#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:
<NixOS#318594>.
  • Loading branch information
emilazy committed Oct 7, 2024
1 parent a4edf43 commit 9d3560b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 2 additions & 0 deletions pkgs/applications/blockchains/bisq-desktop/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};
}
4 changes: 1 addition & 3 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 { };

Expand Down

0 comments on commit 9d3560b

Please sign in to comment.