pirate-get: add missing dependency
This commit is contained in:
parent
a2799a4e88
commit
5523162e85
@ -3,7 +3,6 @@
|
|||||||
with python3Packages;
|
with python3Packages;
|
||||||
|
|
||||||
buildPythonApplication rec {
|
buildPythonApplication rec {
|
||||||
name = "${pname}-${version}";
|
|
||||||
pname = "pirate-get";
|
pname = "pirate-get";
|
||||||
version = "0.3.1";
|
version = "0.3.1";
|
||||||
|
|
||||||
@ -14,7 +13,7 @@ buildPythonApplication rec {
|
|||||||
sha256 = "9d7cc4b15dd8c6a82f9e03a666372e38613ccafdc846ad4c1226ba936beea68d";
|
sha256 = "9d7cc4b15dd8c6a82f9e03a666372e38613ccafdc846ad4c1226ba936beea68d";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ colorama veryprettytable beautifulsoup4 ];
|
propagatedBuildInputs = [ colorama veryprettytable beautifulsoup4 pyperclip ];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "A command line interface for The Pirate Bay";
|
description = "A command line interface for The Pirate Bay";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user