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

xterm.overrideAttrs (drv: {
  patches = [ ./set-colorterm.patch ];
})