From 132549cded87755018df77b9c18e68d083cee4ca Mon Sep 17 00:00:00 2001 From: tv Date: Sat, 3 Oct 2020 14:12:04 +0200 Subject: tv override: customize input-fonts --- tv/5pkgs/override/default.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'tv/5pkgs') diff --git a/tv/5pkgs/override/default.nix b/tv/5pkgs/override/default.nix index 99c1b3ec..789a3cfe 100644 --- a/tv/5pkgs/override/default.nix +++ b/tv/5pkgs/override/default.nix @@ -1,5 +1,15 @@ with import ; self: super: { + input-fonts = super.input-fonts.overrideAttrs (old: rec { + src = self.fetchurl { + url = "http://xu.r/~tv/mirrors/input-fonts/Input-Font-2.zip"; + sha256 = "1vvipqcflz4ximy7xpqy9idrdpq3a0c490hp5137r2dq03h865y0"; + }; + outputHash = null; + outputHashAlgo = null; + outputHashMode = null; + }); + rxvt_unicode = self.callPackage ./rxvt_unicode.nix { rxvt_unicode = super.rxvt_unicode; }; -- cgit v1.2.3