forked from mirrors/nixpkgs
Merge pull request #131097 from Stunkymonkey/tempora-lgc-phases
tempora-lgc: remove phases
This commit is contained in:
commit
8a36c6f893
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue