openraPackages: fix error: makeWrapper/makeShellWrapper must be in nativeBuildInputs

This commit is contained in:
Artturin 2023-01-07 17:56:57 +02:00
parent f56de234bb
commit 24da3b0f35

View file

@ -34836,7 +34836,7 @@ with pkgs;
otto-matic = callPackage ../games/otto-matic { };
openraPackages = import ../games/openra pkgs;
openraPackages = import ../games/openra pkgs.__splicedPackages;
openra = openraPackages.engines.release;