cling: use makeWrapper for build platform
This commit is contained in:
parent
ef74fd873a
commit
89b3f25cbd
@ -94,7 +94,7 @@ let
|
|||||||
in
|
in
|
||||||
|
|
||||||
runCommand "cling-${unwrapped.version}" {
|
runCommand "cling-${unwrapped.version}" {
|
||||||
buildInputs = [ makeWrapper ];
|
nativeBuildInputs = [ makeWrapper ];
|
||||||
inherit unwrapped flags compilerIncludeFlags;
|
inherit unwrapped flags compilerIncludeFlags;
|
||||||
inherit (unwrapped) meta;
|
inherit (unwrapped) meta;
|
||||||
} ''
|
} ''
|
||||||
|
Loading…
Reference in New Issue
Block a user