mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 11:10:03 +00:00
Avoid top-level with ...;
in pkgs/games/arx-libertatis/default.nix
This commit is contained in:
parent
10d7d08d3f
commit
81d3babe25
|
@ -8,7 +8,15 @@
|
|||
, gdb ? null
|
||||
}:
|
||||
|
||||
with lib;
|
||||
let
|
||||
inherit (lib)
|
||||
licenses
|
||||
maintainers
|
||||
optionals
|
||||
optionalString
|
||||
platforms
|
||||
;
|
||||
in
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "arx-libertatis";
|
||||
|
|
Loading…
Reference in a new issue