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

treewide: unzip buildInputs to nativeBuildInputs (#112302)

This commit is contained in:
Ben Siraphob 2021-02-20 21:01:53 +00:00 committed by GitHub
parent ce5052e931
commit 127733211e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
183 changed files with 282 additions and 261 deletions

View file

@ -10,7 +10,7 @@ buildPythonPackage rec {
sha256 = "0zy6prrj85jjc4xmxgfg8h94j81k6zhfxfffcbvq9b10jis1rgav";
};
buildInputs = [ unzip ];
nativeBuildInputs = [ unzip ];
meta = with lib; {
description = "Easy peasy wrapper for HipChat's v1 API";