about summary refs log tree commit diff
path: root/pkgs/aszlig/xournal/default.nix
diff options
context:
space:
mode:
authoraszlig <aszlig@nix.build>2020-05-21 05:00:02 +0200
committeraszlig <aszlig@nix.build>2020-05-21 05:06:21 +0200
commitfc8ef6d22fa4cfea661a094b88d4315e00673cba (patch)
treecc48712e25d351f2e5579c7a5c373609a6862e95 /pkgs/aszlig/xournal/default.nix
parente71d8d665a7450369096712de3d606c8ac6268ff (diff)
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 <aszlig@nix.build>
Diffstat (limited to 'pkgs/aszlig/xournal/default.nix')
-rw-r--r--pkgs/aszlig/xournal/default.nix5
1 files changed, 0 insertions, 5 deletions
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 ];
-})