iortcw: move makeWrapper to nativeBuildInputs

This commit is contained in:
Rick van Schijndel 2021-07-12 21:56:44 +02:00
parent facdb727a0
commit ab559bd823
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ in buildEnv {
pathsToLink = [ "/opt" ];
buildInputs = [ makeWrapper ];
nativeBuildInputs = [ makeWrapper ];
# so we can launch sp from mp game and vice versa
postBuild = ''