mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-25 06:45:36 +00:00
move calibre-web patch to patches directory
still requires overlay because there is no package option
This commit is contained in:
parent
d97e3fda07
commit
ef6c920c48
@ -25,7 +25,8 @@
|
||||
nixpkgs.overlays = [
|
||||
(final: prev: {
|
||||
calibre-web = prev.calibre-web.overrideAttrs (old: {
|
||||
patches = (old.patches or [ ]) ++ [ ./calibre-web-cloudflare.patch ];
|
||||
patches = (old.patches or [ ])
|
||||
++ [ ../../patches/calibre-web-cloudflare.patch ];
|
||||
});
|
||||
})
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user