7 lines
127 B
Nix
7 lines
127 B
Nix
|
{ rxvt_unicode }:
|
||
|
rxvt_unicode.overrideAttrs (old: {
|
||
|
patches = old.patches ++ [
|
||
|
./finish-running-selection.patch
|
||
|
];
|
||
|
})
|