about summary refs log tree commit diff stats
path: root/pkgs/by-name/qu/qutebrowser-patched/package.nix
blob: 1f2ea8892018e906b23fb56ace3d35b58a296744 (plain) (blame)
1
2
3
4
5
6
{qutebrowser}:
qutebrowser.overrideAttrs (final: prev: {
  pname = "${prev.pname}-patched";

  patches = (prev.patches or []) ++ [./0001-fix-standardpaths-Continue-to-work-with-xdg-while-ba.patch];
})