treewide: remove unzip where not needed

This commit is contained in:
Ben Siraphob
2021-05-11 20:07:47 +07:00
committed by Jonathan Ringer
parent 75c67d6be9
commit c5a669d3f7
18 changed files with 25 additions and 41 deletions

View File

@@ -1,5 +1,4 @@
{ lib, buildPythonPackage, fetchPypi
, unzip }:
{ lib, buildPythonPackage, fetchPypi }:
buildPythonPackage rec {
pname = "python-simple-hipchat";
@@ -10,8 +9,6 @@ buildPythonPackage rec {
sha256 = "0zy6prrj85jjc4xmxgfg8h94j81k6zhfxfffcbvq9b10jis1rgav";
};
nativeBuildInputs = [ unzip ];
meta = with lib; {
description = "Easy peasy wrapper for HipChat's v1 API";
homepage = "https://github.com/kurttheviking/simple-hipchat-py";