openraPackages: fix error: makeWrapper/makeShellWrapper must be in nativeBuildInputs
This commit is contained in:
parent
f56de234bb
commit
24da3b0f35
1 changed files with 1 additions and 1 deletions
|
@ -34836,7 +34836,7 @@ with pkgs;
|
||||||
|
|
||||||
otto-matic = callPackage ../games/otto-matic { };
|
otto-matic = callPackage ../games/otto-matic { };
|
||||||
|
|
||||||
openraPackages = import ../games/openra pkgs;
|
openraPackages = import ../games/openra pkgs.__splicedPackages;
|
||||||
|
|
||||||
openra = openraPackages.engines.release;
|
openra = openraPackages.engines.release;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue