From 5523162e859a90ece625383fb00cd63cb120a72a Mon Sep 17 00:00:00 2001 From: Frederik Rietdijk Date: Thu, 21 Jun 2018 17:43:56 +0200 Subject: [PATCH] pirate-get: add missing dependency --- pkgs/tools/networking/pirate-get/default.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pkgs/tools/networking/pirate-get/default.nix b/pkgs/tools/networking/pirate-get/default.nix index 6390776e1be8..5258d53a18ae 100644 --- a/pkgs/tools/networking/pirate-get/default.nix +++ b/pkgs/tools/networking/pirate-get/default.nix @@ -3,7 +3,6 @@ with python3Packages; buildPythonApplication rec { - name = "${pname}-${version}"; pname = "pirate-get"; version = "0.3.1"; @@ -14,7 +13,7 @@ buildPythonApplication rec { sha256 = "9d7cc4b15dd8c6a82f9e03a666372e38613ccafdc846ad4c1226ba936beea68d"; }; - propagatedBuildInputs = [ colorama veryprettytable beautifulsoup4 ]; + propagatedBuildInputs = [ colorama veryprettytable beautifulsoup4 pyperclip ]; meta = with stdenv.lib; { description = "A command line interface for The Pirate Bay";