cling: use makeWrapper for build platform

This commit is contained in:
Rick van Schijndel 2022-07-15 19:21:54 +02:00 committed by Artturin
parent ef74fd873a
commit 89b3f25cbd

View File

@ -94,7 +94,7 @@ let
in
runCommand "cling-${unwrapped.version}" {
buildInputs = [ makeWrapper ];
nativeBuildInputs = [ makeWrapper ];
inherit unwrapped flags compilerIncludeFlags;
inherit (unwrapped) meta;
} ''