From d6b24c590f2e6441af7c8aa95965c793575cd2fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20J=C3=A4ckel?= Date: Wed, 18 Sep 2024 14:32:18 +0200 Subject: [PATCH] fedifetcher: add missing dep from last update --- pkgs/tools/misc/fedifetcher/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/tools/misc/fedifetcher/default.nix b/pkgs/tools/misc/fedifetcher/default.nix index dbdf514dbb90..91d39d4d1f27 100644 --- a/pkgs/tools/misc/fedifetcher/default.nix +++ b/pkgs/tools/misc/fedifetcher/default.nix @@ -16,6 +16,7 @@ python3.pkgs.buildPythonApplication rec { defusedxml python-dateutil requests + xxhash ]; installPhase = ''