Merge pull request #131097 from Stunkymonkey/tempora-lgc-phases

tempora-lgc: remove phases
This commit is contained in:
Jörg Thalheim 2021-07-23 07:45:37 +01:00 committed by GitHub
commit 8a36c6f893
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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