diff options
author | tv <tv@krebsco.de> | 2018-06-19 21:23:35 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2018-06-19 23:56:22 +0200 |
commit | 1665703c4562ca454e5aafd62105715fb8561238 (patch) | |
tree | 43b55a7aa94536f7aa53c1da6404fe6dae853eca /krebs/5pkgs/simple/Reaktor | |
parent | c19baeee138f9455ef570e609c045d312d6cc0f4 (diff) |
nix-writers: init submodule
Diffstat (limited to 'krebs/5pkgs/simple/Reaktor')
-rw-r--r-- | krebs/5pkgs/simple/Reaktor/plugins.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/krebs/5pkgs/simple/Reaktor/plugins.nix b/krebs/5pkgs/simple/Reaktor/plugins.nix index c39e39799..2df76fb2f 100644 --- a/krebs/5pkgs/simple/Reaktor/plugins.nix +++ b/krebs/5pkgs/simple/Reaktor/plugins.nix @@ -120,7 +120,7 @@ rec { url-title = (buildSimpleReaktorPlugin "url-title" { pattern = "^.*(?P<args>http[s]?://(?:[a-zA-Z]|[0-9]|[$-_@.&+]|[!*\(\),]|(?:%[0-9a-fA-F][0-9a-fA-F]))+).*$$"; path = with pkgs; [ curl perl ]; - script = pkgs.writePython3 [ "beautifulsoup4" "lxml" ] "url-title" '' + script = pkgs.writePython3 "url-title" [ "beautifulsoup4" "lxml" ] '' import sys import urllib.request from bs4 import BeautifulSoup |