mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-21 08:01:31 +00:00
treewide: use pythonPackages.python-dateutil instead of pythonPackages.dateutil
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
, pyfiglet
|
||||
, requests
|
||||
, arrow
|
||||
, dateutil
|
||||
, python-dateutil
|
||||
, pysocks
|
||||
, pocket
|
||||
}:
|
||||
@@ -42,7 +42,7 @@ buildPythonPackage rec {
|
||||
done
|
||||
'';
|
||||
|
||||
buildInputs = [ pkgs.libjpeg pkgs.freetype pkgs.zlib pkgs.glibcLocales pillow twitter pyfiglet requests arrow dateutil pysocks pocket ];
|
||||
buildInputs = [ pkgs.libjpeg pkgs.freetype pkgs.zlib pkgs.glibcLocales pillow twitter pyfiglet requests arrow python-dateutil pysocks pocket ];
|
||||
|
||||
meta = with lib; {
|
||||
description = "Streaming command-line twitter client";
|
||||
|
||||
Reference in New Issue
Block a user