mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-08 06:28:50 +03:00
tempora-lgc: remove phases
This commit is contained in:
parent
f102bcee7d
commit
6a7c2e8c30
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user