From fc8ef6d22fa4cfea661a094b88d4315e00673cba Mon Sep 17 00:00:00 2001 From: aszlig Date: Thu, 21 May 2020 05:00:02 +0200 Subject: pkgs/aszlig/xournal: Switch to xournal++ The patch I added to xournal was for keeping the aspect ratio when annotating PDFs with images. However, looking at xournal++ the aspect ratio is kept by default when resizing via corners so the patch is not needed. Since I don't really care a lot whether it's xournal or xournal++ and as long as it does the very little things I intend to use it for, I don't mind if it has too many features for my taste. Signed-off-by: aszlig --- pkgs/aszlig/xournal/default.nix | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 pkgs/aszlig/xournal/default.nix (limited to 'pkgs/aszlig/xournal/default.nix') diff --git a/pkgs/aszlig/xournal/default.nix b/pkgs/aszlig/xournal/default.nix deleted file mode 100644 index bdccc210..00000000 --- a/pkgs/aszlig/xournal/default.nix +++ /dev/null @@ -1,5 +0,0 @@ -{ xournal }: - -xournal.overrideAttrs (attrs: { - patches = (attrs.patches or []) ++ [ ./aspect-ratio.patch ]; -}) -- cgit 1.4.1