tempora-lgc: remove phases

wip/nixpkgs-raku
Felix Buehler 3 years ago
parent f102bcee7d
commit 6a7c2e8c30
  1. 1
      pkgs/data/fonts/tempora-lgc/default.nix

@ -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…
Cancel
Save