mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 06:39:14 +00:00
vanadium: stop calibre from grabbing mime stuff
This commit is contained in:
parent
f094b3bad2
commit
d4e6f27c1b
2 changed files with 9 additions and 0 deletions
8
nix/overlays/calibre-no-mime.nix
Normal file
8
nix/overlays/calibre-no-mime.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
# cailbre is obnoxious about opening HTML
|
||||
_: prev: {
|
||||
calibre = prev.calibre.overrideAttrs (oldAttrs: {
|
||||
postInstall = ''
|
||||
rm -r $out/share/mime
|
||||
'';
|
||||
});
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue