dwarf-fortress: use jdk8
This commit is contained in:
parent
cb973a0368
commit
cdcdeb63b2
|
@ -86,6 +86,8 @@ let
|
||||||
twbt = twbt;
|
twbt = twbt;
|
||||||
dfhack = dfhack;
|
dfhack = dfhack;
|
||||||
dwarf-therapist = dwarf-therapist;
|
dwarf-therapist = dwarf-therapist;
|
||||||
|
|
||||||
|
jdk = pkgs.jdk8; # TODO: remove override https://github.com/NixOS/nixpkgs/pull/89731
|
||||||
};
|
};
|
||||||
}) (lib.attrNames self.df-hashes));
|
}) (lib.attrNames self.df-hashes));
|
||||||
|
|
||||||
|
@ -104,7 +106,9 @@ let
|
||||||
|
|
||||||
soundSense = callPackage ./soundsense.nix { };
|
soundSense = callPackage ./soundsense.nix { };
|
||||||
|
|
||||||
legends-browser = callPackage ./legends-browser {};
|
legends-browser = callPackage ./legends-browser {
|
||||||
|
jre = pkgs.jre8; # TODO: remove override https://github.com/NixOS/nixpkgs/pull/89731
|
||||||
|
};
|
||||||
|
|
||||||
themes = recurseIntoAttrs (callPackage ./themes {
|
themes = recurseIntoAttrs (callPackage ./themes {
|
||||||
stdenv = stdenvNoCC;
|
stdenv = stdenvNoCC;
|
||||||
|
|
Loading…
Reference in New Issue