Loading pkgs/applications/networking/cluster/hadoop/default.nix +2 −0 Original line number Diff line number Diff line Loading @@ -144,6 +144,8 @@ let passthru = { inherit tests; }; # The recursiveUpdate below breaks default meta.position, so manually override it. pos = __curPos; meta = with lib; recursiveUpdate { Loading pkgs/games/openra_2019/default.nix +2 −0 Original line number Diff line number Diff line Loading @@ -76,6 +76,7 @@ pkgs.recurseIntoAttrs rec { homepage, mods, src, pos, }@engine: # Allow specifying the name at a later point if no name has been given. let Loading @@ -101,6 +102,7 @@ pkgs.recurseIntoAttrs rec { description, homepage, src, pos, engine, assetsError ? "", }@mod: Loading pkgs/games/openra_2019/engine.nix +1 −0 Original line number Diff line number Diff line Loading @@ -61,6 +61,7 @@ stdenv.mkDerivation ( )} ''; inherit (engine) pos; meta = { inherit (engine) description homepage; }; Loading pkgs/games/openra_2019/engines.nix +1 −0 Original line number Diff line number Diff line Loading @@ -27,6 +27,7 @@ let repo = "OpenRA"; inherit rev sha256 postFetch; }; pos = __curPos; } name).overrideAttrs (origAttrs: { postInstall = '' Loading pkgs/games/openra_2019/mod.nix +1 −0 Original line number Diff line number Diff line Loading @@ -110,6 +110,7 @@ stdenv.mkDerivation ( runHook postInstall ''; inherit (mod) pos; meta = { inherit (mod) description homepage; }; Loading Loading
pkgs/applications/networking/cluster/hadoop/default.nix +2 −0 Original line number Diff line number Diff line Loading @@ -144,6 +144,8 @@ let passthru = { inherit tests; }; # The recursiveUpdate below breaks default meta.position, so manually override it. pos = __curPos; meta = with lib; recursiveUpdate { Loading
pkgs/games/openra_2019/default.nix +2 −0 Original line number Diff line number Diff line Loading @@ -76,6 +76,7 @@ pkgs.recurseIntoAttrs rec { homepage, mods, src, pos, }@engine: # Allow specifying the name at a later point if no name has been given. let Loading @@ -101,6 +102,7 @@ pkgs.recurseIntoAttrs rec { description, homepage, src, pos, engine, assetsError ? "", }@mod: Loading
pkgs/games/openra_2019/engine.nix +1 −0 Original line number Diff line number Diff line Loading @@ -61,6 +61,7 @@ stdenv.mkDerivation ( )} ''; inherit (engine) pos; meta = { inherit (engine) description homepage; }; Loading
pkgs/games/openra_2019/engines.nix +1 −0 Original line number Diff line number Diff line Loading @@ -27,6 +27,7 @@ let repo = "OpenRA"; inherit rev sha256 postFetch; }; pos = __curPos; } name).overrideAttrs (origAttrs: { postInstall = '' Loading
pkgs/games/openra_2019/mod.nix +1 −0 Original line number Diff line number Diff line Loading @@ -110,6 +110,7 @@ stdenv.mkDerivation ( runHook postInstall ''; inherit (mod) pos; meta = { inherit (mod) description homepage; }; Loading