mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-11 08:13:04 +00:00
Merge pull request #239264 from figsoda/wrapper
djgpp: move makeWrapper to nativeBuildInputs
This commit is contained in:
commit
b20773aefc
@ -41,12 +41,15 @@ stdenv.mkDerivation rec {
|
|||||||
runHook postPatch
|
runHook postPatch
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
nativeBuildInputs = [
|
||||||
|
makeWrapper
|
||||||
|
];
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
bison
|
bison
|
||||||
curl
|
curl
|
||||||
file
|
file
|
||||||
flex
|
flex
|
||||||
makeWrapper
|
|
||||||
perl
|
perl
|
||||||
texinfo
|
texinfo
|
||||||
unzip
|
unzip
|
||||||
|
Loading…
Reference in New Issue
Block a user