From a65b325f3f0268c2c98bee19b91104eff7f65093 Mon Sep 17 00:00:00 2001 From: aszlig Date: Mon, 4 Sep 2017 08:03:02 +0200 Subject: pkgs/aszlig: Add xournal with aspect ratio patch This is an override of xournal with a patch that allows to keep the aspect ratio while resizing. Origin of the patch: https://sourceforge.net/p/xournal/patches/58/ Signed-off-by: aszlig --- pkgs/aszlig/xournal/default.nix | 5 +++++ 1 file changed, 5 insertions(+) create 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 new file mode 100644 index 00000000..bdccc210 --- /dev/null +++ b/pkgs/aszlig/xournal/default.nix @@ -0,0 +1,5 @@ +{ xournal }: + +xournal.overrideAttrs (attrs: { + patches = (attrs.patches or []) ++ [ ./aspect-ratio.patch ]; +}) -- cgit 1.4.1