Merge pull request #130965 from Artturin/nexus-java

nexus: fix #130754 by using jre8_headless
This commit is contained in:
Sandro 2021-07-22 02:22:18 +02:00 committed by GitHub
commit 29efd35fcd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13955,7 +13955,9 @@ in
nix-build-uncached = callPackage ../development/tools/misc/nix-build-uncached { };
nexus = callPackage ../development/tools/repository-managers/nexus { };
nexus = callPackage ../development/tools/repository-managers/nexus {
jre_headless = jre8_headless;
};
nwjs = callPackage ../development/tools/nwjs {
gconf = pkgs.gnome2.GConf;