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 -1
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 = ''