mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-09 23:22:57 +00:00
8 lines
213 B
Nix
8 lines
213 B
Nix
# Fix: https://github.com/janeczku/calibre-web/issues/2422
|
|
|
|
_final: prev: {
|
|
calibre-web = prev.calibre-web.overrideAttrs (old: {
|
|
patches = (old.patches or [ ]) ++ [ ./calibre-web-cloudflare.patch ];
|
|
});
|
|
}
|