about summary refs log tree commit diff
path: root/pkgs/aszlig/xournal/default.nix
blob: bdccc210c571aa8c548d34d8244b1a2166cb52ef (plain) (blame)
1
2
3
4
5
{ xournal }:

xournal.overrideAttrs (attrs: {
  patches = (attrs.patches or []) ++ [ ./aspect-ratio.patch ];
})