djgpp: move makeWrapper to nativeBuildInputs

This commit is contained in:
figsoda 2023-06-22 19:28:03 -04:00
parent fff82404c8
commit 035bbb7f96

View file

@ -41,12 +41,15 @@ stdenv.mkDerivation rec {
runHook postPatch
'';
nativeBuildInputs = [
makeWrapper
];
buildInputs = [
bison
curl
file
flex
makeWrapper
perl
texinfo
unzip