Commit 0bc4eb4a authored by nicoo's avatar nicoo
Browse files

noto-fonts-monochrome-emoji.installPhase: run hooks

parent b7a9ded8
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -253,9 +253,11 @@ rec {
        metadata.files;

      installPhase = ''
        runHook preInstall
        for src in $srcs; do
          install -D $src $out/share/fonts/noto/$(stripHash $src)
        done
        runHook postInstall
      '';

      meta = with lib; {