mirror of
https://codeberg.org/leana8959/.files.git
synced 2026-02-01 14:39:39 +00:00
overlays/calibre-no-mime: drop
This commit is contained in:
parent
1c73168fdc
commit
8587f2258b
2 changed files with 0 additions and 12 deletions
|
|
@ -55,7 +55,6 @@ in
|
||||||
../overlays/wallpapers.nix
|
../overlays/wallpapers.nix
|
||||||
../overlays/nil.nix
|
../overlays/nil.nix
|
||||||
../overlays/eepy.nix
|
../overlays/eepy.nix
|
||||||
../overlays/calibre-no-mime.nix
|
|
||||||
../overlays/fcitx5-table-extra-taiwanese.nix
|
../overlays/fcitx5-table-extra-taiwanese.nix
|
||||||
../overlays/ghostty-dev.nix
|
../overlays/ghostty-dev.nix
|
||||||
../overlays/npins.nix
|
../overlays/npins.nix
|
||||||
|
|
|
||||||
|
|
@ -1,11 +0,0 @@
|
||||||
# cailbre is obnoxious about opening HTML
|
|
||||||
final: prev: {
|
|
||||||
calibre = final.symlinkJoin {
|
|
||||||
name = "calibre";
|
|
||||||
paths = [ prev.calibre ];
|
|
||||||
buildInputs = [ final.makeWrapper ];
|
|
||||||
postBuild = ''
|
|
||||||
rm -r $out/share/mime
|
|
||||||
'';
|
|
||||||
};
|
|
||||||
}
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue