Avoid top-level with ...;
in pkgs/games/dwarf-fortress/twbt/default.nix
This commit is contained in:
parent
118bbb8bcc
commit
7a546620b2
1 changed files with 9 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue