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

This commit is contained in:
Philip Taron
2024-03-31 00:42:56 +01:00
committed by Valentin Gagarin
parent 10d7d08d3f
commit 81d3babe25
+9 -1
View File
@@ -8,7 +8,15 @@
, gdb ? null
}:
with lib;
let
inherit (lib)
licenses
maintainers
optionals
optionalString
platforms
;
in
stdenv.mkDerivation rec {
pname = "arx-libertatis";