haskellPackages.inline-java: Add jdk build dependency

wip/yesman
Sarah Brofeldt 7 years ago committed by Franz Pletz
parent d2ff74f9dd
commit 05c2d80025
  1. 2
      pkgs/development/haskell-modules/configuration-common.nix

@ -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…
Cancel
Save