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:
parent
cbfc406adc
commit
6910a4eea0
16 changed files with 21 additions and 17 deletions
|
@ -35,7 +35,7 @@ let
|
|||
};
|
||||
|
||||
mediawikiScripts = pkgs.runCommand "mediawiki-scripts" {
|
||||
buildInputs = [ pkgs.makeWrapper ];
|
||||
nativeBuildInputs = [ pkgs.makeWrapper ];
|
||||
preferLocalBuild = true;
|
||||
} ''
|
||||
mkdir -p $out/bin
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue