dwarf-fortress: misc cleanup

This commit is contained in:
Sandro Jäckel 2022-10-27 18:57:12 +02:00
parent 1d67cf2daf
commit bacd02c315
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -80,11 +80,7 @@ let
in
callPackage ./wrapper {
inherit (self) themes;
dwarf-fortress = dwarf-fortress;
twbt = twbt;
dfhack = dfhack;
dwarf-therapist = dwarf-therapist;
inherit dwarf-fortress twbt dfhack dwarf-therapist;
jdk = jdk8; # TODO: remove override https://github.com/NixOS/nixpkgs/pull/89731
};