quinze: use installFonts

This commit is contained in:
pancaek
2026-06-07 12:24:59 -07:00
parent 0cc9fca110
commit 770db115a0
+2 -7
View File
@@ -2,6 +2,7 @@
lib,
stdenvNoCC,
fetchzip,
installFonts,
}:
stdenvNoCC.mkDerivation {
@@ -14,13 +15,7 @@ stdenvNoCC.mkDerivation {
stripRoot = false;
};
installPhase = ''
runHook preInstall
install -m444 -Dt $out/share/fonts/truetype *.ttf
runHook postInstall
'';
nativeBuildInputs = [ installFonts ];
meta = {
description = "Narrow monospaced font, designed to fit a fifteen pixel bitmap";