mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 08:23:09 +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 {
|
src = fetchFromGitHub {
|
||||||
owner = "pyload";
|
owner = "pyload";
|
||||||
repo = "pyload";
|
repo = "pyload";
|
||||||
rev = "03f3ad9e39da2b9a378987693c4a69720e4084c7";
|
rev = "721ea9f089217b9cb0f2799c051116421faac081";
|
||||||
sha256 = "0fgsz6yzxrlq3qvsyxsyzgmy4za35v1xh3i4drhispk9zb5jm1xx";
|
sha256 = "1ad4r9slx1wgvd2fs4plfbpzi4i2l2bk0lybzsb2ncgh59m87h54";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches =
|
patches =
|
||||||
@ -29,7 +29,7 @@ pythonPackages.buildPythonApplication rec {
|
|||||||
|
|
||||||
propagatedBuildInputs = with pythonPackages; [
|
propagatedBuildInputs = with pythonPackages; [
|
||||||
pycurl jinja2 beaker thrift simplejson pycrypto feedparser tkinter
|
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
|
#remove this once the PR patches above are merged. Needed because githubs diff endpoint
|
||||||
|
Loading…
Reference in New Issue
Block a user