treewide: remove unzip where not needed
This commit is contained in:
committed by
Jonathan Ringer
parent
75c67d6be9
commit
c5a669d3f7
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user