Avoid top-level with ...;
in pkgs/games/koboredux/default.nix
This commit is contained in:
parent
9be6e22037
commit
3faad46374
1 changed files with 9 additions and 2 deletions
|
@ -10,9 +10,16 @@
|
|||
, useProprietaryAssets ? true
|
||||
}:
|
||||
|
||||
with lib;
|
||||
|
||||
let
|
||||
inherit (lib)
|
||||
and
|
||||
licenses
|
||||
maintainers
|
||||
optional
|
||||
optionalString
|
||||
platforms
|
||||
;
|
||||
|
||||
pname = "koboredux";
|
||||
version = "0.7.5.1";
|
||||
|
||||
|
|
Loading…
Reference in a new issue