Commit 05ac9251 authored by Robert Schütz's avatar Robert Schütz Committed by github-actions[bot]
Browse files

ballerina: use openjdk_headless

The non-headless version depends on Python 2.

(cherry picked from commit ce0bc3ab)
parent ce5fe99d
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -13474,7 +13474,9 @@ with pkgs;
  avra = callPackage ../development/compilers/avra { };
  ballerina = callPackage ../development/compilers/ballerina { openjdk = openjdk11; };
  ballerina = callPackage ../development/compilers/ballerina {
    openjdk = openjdk11_headless;
  };
  beekeeper-studio = callPackage ../development/tools/database/beekeeper-studio { };