Avoid top-level with ...; in pkgs/games/koboredux/default.nix

This commit is contained in:
Philip Taron
2024-03-31 00:42:56 +01:00
committed by Valentin Gagarin
parent 9be6e22037
commit 3faad46374
+9 -2
View File
@@ -10,9 +10,16 @@
, useProprietaryAssets ? true
}:
with lib;
let
inherit (lib)
and
licenses
maintainers
optional
optionalString
platforms
;
pname = "koboredux";
version = "0.7.5.1";