tv overrides input-fonts: use fetchzip

This commit is contained in:
tv 2021-06-02 01:15:33 +02:00
parent 539fb1f899
commit f0660185cb
1 changed files with 4 additions and 2 deletions

View File

@ -8,10 +8,12 @@ self: super: {
'';
});
input-fonts = super.input-fonts.overrideAttrs (old: rec {
src = self.fetchurl {
src = self.fetchzip {
url = "http://xu.r/~tv/mirrors/input-fonts/Input-Font-2.zip";
sha256 = "1vvipqcflz4ximy7xpqy9idrdpq3a0c490hp5137r2dq03h865y0";
sha256 = "1q58x92nm7dk9ylp09pvgj74nxkywvqny3xmfighnsl30dv42fcr";
stripRoot = false;
};
sourceRoot = null;
outputHash = null;
outputHashAlgo = null;
outputHashMode = null;