mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 00:12:56 +00:00
haskellPackages.inline-java: Add jdk build dependency
This commit is contained in:
parent
d2ff74f9dd
commit
05c2d80025
@ -198,6 +198,8 @@ self: super: {
|
||||
'';
|
||||
})) pkgs.libcxx;
|
||||
|
||||
inline-java = addBuildDepend super.inline-java pkgs.jdk;
|
||||
|
||||
# tests don't compile for some odd reason
|
||||
jwt = dontCheck super.jwt;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user