gawk-with-extensions: move makeWrapper to nativeBuildInputs

This commit is contained in:
Rick van Schijndel 2021-07-12 21:26:42 +02:00
parent 9e1ff110b5
commit 99e9cc0d40

View file

@ -1,7 +1,8 @@
{ runCommand, gawk, extensions, makeWrapper }:
runCommand "gawk-with-extensions" {
buildInputs = [ makeWrapper gawk ] ++ extensions;
nativeBuildInputs = [ makeWrapper ];
buildInputs = [ gawk ] ++ extensions;
} ''
mkdir -p $out/bin
for i in ${gawk}/bin/*; do