0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 06:00:33 +03:00

treewide: makeWrapper to nativeBuildInputs

this should be all of them other than the failed splices
found with nixpkgs-lint
This commit is contained in:
Artturin 2022-09-25 00:28:38 +03:00
parent cbfc406adc
commit 6910a4eea0
16 changed files with 21 additions and 17 deletions

View file

@ -35,7 +35,7 @@ let
};
mediawikiScripts = pkgs.runCommand "mediawiki-scripts" {
buildInputs = [ pkgs.makeWrapper ];
nativeBuildInputs = [ pkgs.makeWrapper ];
preferLocalBuild = true;
} ''
mkdir -p $out/bin