Avoid top-level with ...; in pkgs/games/dwarf-fortress/twbt/default.nix

This commit is contained in:
Philip Taron 2024-03-14 11:39:12 -07:00 committed by Valentin Gagarin
parent 118bbb8bcc
commit 7a546620b2

View File

@ -5,9 +5,15 @@
, dfVersion
}:
with lib;
let
inherit (lib)
getAttr
hasAttr
licenses
maintainers
platforms
;
twbt-releases = {
"0.44.10" = {
twbtRelease = "6.49";
@ -75,7 +81,7 @@ stdenvNoCC.mkDerivation rec {
cp -a *.png $art/data/art/
'';
meta = with lib; {
meta = {
description = "A plugin for Dwarf Fortress / DFHack that improves various aspects the game interface";
maintainers = with maintainers; [ Baughn numinit ];
license = licenses.mit;