summary refs log tree commit diff
diff options
context:
space:
mode:
authorFabián Heredia Montiel <fabianhjr@protonmail.com>2022-01-06 19:25:55 -0600
committerJonathan Ringer <jonringer@users.noreply.github.com>2022-01-08 10:22:43 -0800
commitd990513e494758bdad6d67cde33bbb7f28d36b6a (patch)
tree068dfc60a2218e729ba857d75ad838ee44de84e6
parentb40a01817b24d53878585bd1e0fa2716719ff7e1 (diff)
downloadnixpkgs-d990513e494758bdad6d67cde33bbb7f28d36b6a.tar
nixpkgs-d990513e494758bdad6d67cde33bbb7f28d36b6a.tar.gz
nixpkgs-d990513e494758bdad6d67cde33bbb7f28d36b6a.tar.bz2
nixpkgs-d990513e494758bdad6d67cde33bbb7f28d36b6a.tar.lz
nixpkgs-d990513e494758bdad6d67cde33bbb7f28d36b6a.tar.xz
nixpkgs-d990513e494758bdad6d67cde33bbb7f28d36b6a.tar.zst
nixpkgs-d990513e494758bdad6d67cde33bbb7f28d36b6a.zip
calibre: fix build on staging-next due to missing setuptools
-rw-r--r--pkgs/applications/misc/calibre/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/misc/calibre/default.nix b/pkgs/applications/misc/calibre/default.nix
index e50c2918ed9..ba3de9a63aa 100644
--- a/pkgs/applications/misc/calibre/default.nix
+++ b/pkgs/applications/misc/calibre/default.nix
@@ -108,6 +108,7 @@ mkDerivation rec {
       python
       regex
       sip
+      setuptools
       zeroconf
       jeepney
       # the following are distributed with calibre, but we use upstream instead