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/override/default.nix') diff --git a/tv/5pkgs/override/default.nix b/tv/5pkgs/override/default.nix index 99c1b3ec9..789a3cfe8 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 From 83bcb46ce98ba3ec07b2208a82b05116352ec602 Mon Sep 17 00:00:00 2001 From: tv Date: Thu, 15 Oct 2020 14:24:58 +0200 Subject: tv nix-prefetch-github: init at 3.0 --- tv/5pkgs/override/default.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tv/5pkgs/override/default.nix') diff --git a/tv/5pkgs/override/default.nix b/tv/5pkgs/override/default.nix index 789a3cfe8..d18d66506 100644 --- a/tv/5pkgs/override/default.nix +++ b/tv/5pkgs/override/default.nix @@ -10,6 +10,9 @@ self: super: { outputHashMode = null; }); + nix-prefetch-github = + self.python3Packages.callPackage ./nix-prefetch-github.nix {}; + rxvt_unicode = self.callPackage ./rxvt_unicode.nix { rxvt_unicode = super.rxvt_unicode; }; -- cgit v1.2.3