sarabun-font: buildPhase → installPhase

This commit is contained in:
·𐑑𐑴𐑕𐑑𐑩𐑤
2025-06-16 14:50:29 +07:00
parent b8553257ab
commit 5c32c64204
+3 -2
View File
@@ -20,11 +20,12 @@ stdenvNoCC.mkDerivation {
"doc"
];
buildPhase = ''
installPhase = ''
runHook preInstall
mkdir -p $doc/sarabun $out/share/fonts/truetype
cp -r $src/OFL.txt $src/docs/* $doc/sarabun
cp $src/fonts/*.ttf $out/share/fonts/truetype
runHook postInstall
'';
meta = {