mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
treewide: unzip buildInputs to nativeBuildInputs (#112302)
This commit is contained in:
parent
ce5052e931
commit
127733211e
183 changed files with 282 additions and 261 deletions
|
@ -10,7 +10,7 @@ buildPythonPackage rec {
|
|||
sha256 = "0zy6prrj85jjc4xmxgfg8h94j81k6zhfxfffcbvq9b10jis1rgav";
|
||||
};
|
||||
|
||||
buildInputs = [ unzip ];
|
||||
nativeBuildInputs = [ unzip ];
|
||||
|
||||
meta = with lib; {
|
||||
description = "Easy peasy wrapper for HipChat's v1 API";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue