summaryrefslogtreecommitdiffstats
path: root/tv/5pkgs/override/default.nix
blob: 99c1b3ec9fecd2952fa031828afc81ba84d667f3 (plain)
1
2
3
4
5
6
with import <stockholm/lib>;
self: super: {
  rxvt_unicode = self.callPackage ./rxvt_unicode.nix {
    rxvt_unicode = super.rxvt_unicode;
  };
}