about summary refs log tree commit diff
path: root/pkgs/applications/audio/picard
diff options
context:
space:
mode:
authorRobert Schütz <dev@schuetz-co.de>2021-07-03 13:37:24 +0200
committerRobert Schütz <dev@schuetz-co.de>2021-07-03 13:45:57 +0200
commit1ec565191387e1ed6dc5c7a355cdf58a2b56336a (patch)
treeeb839798fb977bc4792b6810307fee833fcf4acd /pkgs/applications/audio/picard
parentd364e06e4ba7fe1557d2a672af9d52d992838f23 (diff)
treewide: use pythonPackages.python-dateutil instead of pythonPackages.dateutil
Diffstat (limited to 'pkgs/applications/audio/picard')
-rw-r--r--pkgs/applications/audio/picard/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/audio/picard/default.nix b/pkgs/applications/audio/picard/default.nix
index 49aa0ba471471..dc030cc708b5e 100644
--- a/pkgs/applications/audio/picard/default.nix
+++ b/pkgs/applications/audio/picard/default.nix
@@ -40,7 +40,7 @@ pythonPackages.buildPythonApplication rec {
 
   propagatedBuildInputs = with pythonPackages; [
     chromaprint
-    dateutil
+    python-dateutil
     discid
     fasteners
     mutagen