-
-
Notifications
You must be signed in to change notification settings - Fork 18.6k
Help: Bisq, openjdk, libcrypto and gnome2 deps #73246
Copy link
Copy link
Closed
Labels
2.status: stalehttps://github.com/NixOS/nixpkgs/blob/master/.github/STALE-BOT.mdhttps://github.com/NixOS/nixpkgs/blob/master/.github/STALE-BOT.md6.topic: javaIncluding JDK, tooling, other languages, other VMsIncluding JDK, tooling, other languages, other VMs
Metadata
Metadata
Assignees
Labels
2.status: stalehttps://github.com/NixOS/nixpkgs/blob/master/.github/STALE-BOT.mdhttps://github.com/NixOS/nixpkgs/blob/master/.github/STALE-BOT.md6.topic: javaIncluding JDK, tooling, other languages, other VMsIncluding JDK, tooling, other languages, other VMs
Fields
Give feedbackNo fields configured for issues without a type.
Projects
Status
Done
Issue description
I'm trying to package Bisq, a Java OpenJFX decentralized P2P exchange. Then only way to make work is getting rid of gnome2.gnome_vfs dependency in Java openjdk11 derivation.
If not, the app crash when try to use sha256_update method in libcrypto.so.1.0.0.
So the main question is
why openjdk is still using deprecated gnome2 dependencies? #39976
can we get rid of them?
Also if I override
enableGnome2asfalse, java compiles without gtk (2 or 3) libraries and fails to run any GUI application. Is this expected behavior?cc: @edwtjo as openjdk package maintainer.