mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 14:22:50 +03: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;
|
})) pkgs.libcxx;
|
||||||
|
|
||||||
|
inline-java = addBuildDepend super.inline-java pkgs.jdk;
|
||||||
|
|
||||||
# tests don't compile for some odd reason
|
# tests don't compile for some odd reason
|
||||||
jwt = dontCheck super.jwt;
|
jwt = dontCheck super.jwt;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user