Commit 24da3b0f authored by Artturin's avatar Artturin
Browse files

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

parent f56de234
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;