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
+4 -1
View File
@@ -41,12 +41,15 @@ stdenv.mkDerivation rec {
runHook postPatch
'';
nativeBuildInputs = [
makeWrapper
];
buildInputs = [
bison
curl
file
flex
makeWrapper
perl
texinfo
unzip