mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 22:59:15 +00:00
8 lines
170 B
Nix
8 lines
170 B
Nix
# cailbre is obnoxious about opening HTML
|
|
_: prev: {
|
|
calibre = prev.calibre.overrideAttrs (oldAttrs: {
|
|
postInstall = ''
|
|
rm -r $out/share/mime
|
|
'';
|
|
});
|
|
}
|