Skip to content

Commit

Permalink
bisq-desktop: drop
Browse files Browse the repository at this point in the history
Dropping due to the necessary OpenJFX no longer being in Nixpkgs.
  • Loading branch information
emmanuelrosa committed Nov 21, 2024
1 parent 3660fd7 commit 7019530
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 151 deletions.
128 changes: 0 additions & 128 deletions pkgs/applications/blockchains/bisq-desktop/default.nix

This file was deleted.

21 changes: 0 additions & 21 deletions pkgs/applications/blockchains/bisq-desktop/update.sh

This file was deleted.

1 change: 1 addition & 0 deletions pkgs/top-level/aliases.nix
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ mapAliases {
bitcoin-unlimited = throw "bitcoin-unlimited has been removed as it was broken and unmaintained"; # Added 2024-07-15
bitcoind-unlimited = throw "bitcoind-unlimited has been removed as it was broken and unmaintained"; # Added 2024-07-15
bird2 = bird; # Added 2022-02-21
bisq-desktop = throw "bisq-desktop has been removed because OpenJFX 11 was removed"; # Added 2024-11-17
bitwarden = bitwarden-desktop; # Added 2024-02-25
blender-with-packages = args:
lib.warn "blender-with-packages is deprecated in favor of blender.withPackages, e.g. `blender.withPackages(ps: [ ps.foobar ])`"
Expand Down
2 changes: 0 additions & 2 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -1764,8 +1764,6 @@ with pkgs;
python3Packages = python311Packages;
};

bisq-desktop = callPackage ../applications/blockchains/bisq-desktop { };

inherit (callPackages ../tools/security/bitwarden-directory-connector { }) bitwarden-directory-connector-cli bitwarden-directory-connector;

bitwarden-menu = python3Packages.callPackage ../applications/misc/bitwarden-menu { };
Expand Down

0 comments on commit 7019530

Please sign in to comment.