mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 23:43:30 +00:00
noto-fonts-monochrome-emoji.installPhase: run hooks
This commit is contained in:
parent
b7a9ded8c3
commit
0bc4eb4aee
@ -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; {
|
||||
|
Loading…
Reference in New Issue
Block a user