Merge pull request #239264 from figsoda/wrapper

djgpp: move makeWrapper to nativeBuildInputs
This commit is contained in:
Nick Cao 2023-06-23 10:51:27 +08:00 committed by GitHub
commit b20773aefc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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