From e1738bf1a2240bf049e708be306ac53b48737912 Mon Sep 17 00:00:00 2001 From: Gabriel Ebner Date: Fri, 5 Oct 2018 08:22:26 +0200 Subject: [PATCH] whipper: add cddb dependency --- pkgs/applications/audio/whipper/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/audio/whipper/default.nix b/pkgs/applications/audio/whipper/default.nix index 162d5459d64..1097e7b8fd7 100644 --- a/pkgs/applications/audio/whipper/default.nix +++ b/pkgs/applications/audio/whipper/default.nix @@ -14,7 +14,7 @@ python2.pkgs.buildPythonApplication rec { pythonPath = with python2.pkgs; [ pygobject2 musicbrainzngs urllib3 chardet - pycdio setuptools mutagen + pycdio setuptools mutagen CDDB requests ];