tempora-lgc: remove phases

This commit is contained in:
Felix Buehler 2021-07-22 17:18:10 +02:00
parent f102bcee7d
commit 6a7c2e8c30

View file

@ -25,7 +25,6 @@ stdenv.mkDerivation {
name = "tempora-lgc"; name = "tempora-lgc";
inherit nativeBuildInputs; inherit nativeBuildInputs;
inherit srcs; inherit srcs;
phases = "installPhase";
installPhase = '' installPhase = ''
mkdir -p "$out/share/fonts/opentype/public" mkdir -p "$out/share/fonts/opentype/public"
cp ${toString srcs} "$out/share/fonts/opentype/public" cp ${toString srcs} "$out/share/fonts/opentype/public"