From e89c247d1b1cbd13c7036a17fdcc3a6f2355cb83 Mon Sep 17 00:00:00 2001 From: Matthias Herrmann Date: Sun, 30 Oct 2016 13:11:32 +0100 Subject: [PATCH] pyload change: another patch for missing templates --- pkgs/applications/networking/pyload/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/networking/pyload/default.nix b/pkgs/applications/networking/pyload/default.nix index 04770cf7bef0..9be45e126a12 100644 --- a/pkgs/applications/networking/pyload/default.nix +++ b/pkgs/applications/networking/pyload/default.nix @@ -19,7 +19,7 @@ pythonPackages.buildPythonApplication rec { }; setupPyPatch = fetchpatch { url = "https://patch-diff.githubusercontent.com/raw/pyload/pyload/pull/2638.diff"; - sha256 = "1gmvsmlcvb96g48kibv47cbmb5slivy3c5qflb5n0qc8k7axg3i9"; + sha256 = "006g4qbl582262ariflbyfrszcx8ck2ac1cpry1f82f76p4cgf6z"; }; in [ configParserPatch setupPyPatch ]; @@ -28,8 +28,8 @@ pythonPackages.buildPythonApplication rec { ]; propagatedBuildInputs = with pythonPackages; [ - pycurl jinja2 beaker thrift simplejson pycrypto feedparser pyqt4 gdbm - tkinter beautifulsoup + pycurl jinja2 beaker thrift simplejson pycrypto feedparser tkinter + beautifulsoup ]; #remove this once the PR patches above are merged. Needed because githubs diff endpoint