Skip to content

Commit

Permalink
fix: calibre build failure
Browse files Browse the repository at this point in the history
  • Loading branch information
diogotcorreia committed Nov 19, 2024
1 parent a4ad276 commit 55a870f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions overlays/calibre.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Hotfix for build failure
# Remove once https://github.com/NixOS/nixpkgs/pull/356515 reaches nixos-24.11
{...}: final: prev: {
calibre = prev.calibre.overrideAttrs (oldAttrs: {
doInstallCheck = false;
});
}

0 comments on commit 55a870f

Please sign in to comment.