Merge pull request #239264 from figsoda/wrapper
djgpp: move makeWrapper to nativeBuildInputs
This commit is contained in:
@@ -41,12 +41,15 @@ stdenv.mkDerivation rec {
|
||||
runHook postPatch
|
||||
'';
|
||||
|
||||
nativeBuildInputs = [
|
||||
makeWrapper
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
bison
|
||||
curl
|
||||
file
|
||||
flex
|
||||
makeWrapper
|
||||
perl
|
||||
texinfo
|
||||
unzip
|
||||
|
||||
Reference in New Issue
Block a user