cling: use makeWrapper for build platform

This commit is contained in:
Rick van Schijndel
2022-08-14 00:17:01 +03:00
committed by Artturin
parent ef74fd873a
commit 89b3f25cbd
@@ -94,7 +94,7 @@ let
in
runCommand "cling-${unwrapped.version}" {
buildInputs = [ makeWrapper ];
nativeBuildInputs = [ makeWrapper ];
inherit unwrapped flags compilerIncludeFlags;
inherit (unwrapped) meta;
} ''