From 54b018aa22145500631dd2de0e581e141b20c6f0 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Tue, 15 Oct 2024 14:33:55 -0400 Subject: [PATCH] fish(epub2pdf): drop Rarely used this and the dependency on calibre was causing build issues due to its dependency on pyqt6. --- home/fish.nix | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/home/fish.nix b/home/fish.nix index 41c7db74..5f626b3f 100644 --- a/home/fish.nix +++ b/home/fish.nix @@ -152,16 +152,6 @@ echo "Done. Reduced file size from $ORIGINAL_SIZE to $NEW_SIZE" ''; - epub2pdf = # fish - '' - if string match -qe -- ".epub" "$argv"; - set BASE (string split -f 1 ".epub" "$argv") - ${pkgs.calibre}/bin/ebook-convert "$argv" "$BASE.pdf"; and trash "$argv" - else - echo "Usage: epub2pdf [file.epub]" - end - ''; - tmp = # fish '' set MULLVAD_CACHE "/tmp/mullvad.json"