mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 00:12:56 +00:00
Merge pull request #20733 from 2chilled/master
pyload: add send2trash as dep
This commit is contained in:
commit
5cde30d8d9
@ -6,8 +6,8 @@ pythonPackages.buildPythonApplication rec {
|
||||
src = fetchFromGitHub {
|
||||
owner = "pyload";
|
||||
repo = "pyload";
|
||||
rev = "03f3ad9e39da2b9a378987693c4a69720e4084c7";
|
||||
sha256 = "0fgsz6yzxrlq3qvsyxsyzgmy4za35v1xh3i4drhispk9zb5jm1xx";
|
||||
rev = "721ea9f089217b9cb0f2799c051116421faac081";
|
||||
sha256 = "1ad4r9slx1wgvd2fs4plfbpzi4i2l2bk0lybzsb2ncgh59m87h54";
|
||||
};
|
||||
|
||||
patches =
|
||||
@ -29,7 +29,7 @@ pythonPackages.buildPythonApplication rec {
|
||||
|
||||
propagatedBuildInputs = with pythonPackages; [
|
||||
pycurl jinja2 beaker thrift simplejson pycrypto feedparser tkinter
|
||||
beautifulsoup
|
||||
beautifulsoup send2trash
|
||||
];
|
||||
|
||||
#remove this once the PR patches above are merged. Needed because githubs diff endpoint
|
||||
|
Loading…
Reference in New Issue
Block a user