tv pkgs: move input-font to override
This commit is contained in:
parent
b7f21925de
commit
ad6e957a51
@ -1,17 +1,4 @@
|
|||||||
with import <stockholm/lib>;
|
with import <stockholm/lib>;
|
||||||
self: super: {
|
self: super:
|
||||||
input-fonts = super.input-fonts.overrideAttrs (old: rec {
|
|
||||||
src = self.fetchzip {
|
|
||||||
url = "http://xu.r/~tv/mirrors/input-fonts/Input-Font-2.zip";
|
|
||||||
sha256 = "1q58x92nm7dk9ylp09pvgj74nxkywvqny3xmfighnsl30dv42fcr";
|
|
||||||
stripRoot = false;
|
|
||||||
};
|
|
||||||
sourceRoot = null;
|
|
||||||
outputHash = null;
|
|
||||||
outputHashAlgo = null;
|
|
||||||
outputHashMode = null;
|
|
||||||
});
|
|
||||||
|
|
||||||
}
|
|
||||||
//
|
|
||||||
mapNixDir (path: import path self super) ./.
|
mapNixDir (path: import path self super) ./.
|
||||||
|
13
tv/5pkgs/override/input-fonts.nix
Normal file
13
tv/5pkgs/override/input-fonts.nix
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
self: super:
|
||||||
|
|
||||||
|
super.input-fonts.overrideAttrs (old: rec {
|
||||||
|
src = self.fetchzip {
|
||||||
|
url = "http://xu.r/~tv/mirrors/input-fonts/Input-Font-2.zip";
|
||||||
|
sha256 = "1q58x92nm7dk9ylp09pvgj74nxkywvqny3xmfighnsl30dv42fcr";
|
||||||
|
stripRoot = false;
|
||||||
|
};
|
||||||
|
sourceRoot = null;
|
||||||
|
outputHash = null;
|
||||||
|
outputHashAlgo = null;
|
||||||
|
outputHashMode = null;
|
||||||
|
})
|
Loading…
Reference in New Issue
Block a user