From 05c2d800250e69504686c8d55b5d598a0529186c Mon Sep 17 00:00:00 2001 From: Sarah Brofeldt Date: Fri, 7 Jul 2017 12:49:45 +0200 Subject: [PATCH] haskellPackages.inline-java: Add jdk build dependency --- pkgs/development/haskell-modules/configuration-common.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 230016d78c8..d9b185b4751 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/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;