mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
Merge pull request #23626 from yurrriq/update/pkgs/tools/misc/lilypond-with-fonts
lilypond-with-fonts: fix typos
This commit is contained in:
commit
23990a9044
1 changed files with 2 additions and 2 deletions
|
@ -24,11 +24,11 @@ let
|
|||
|
||||
installPhase = ''
|
||||
for f in {otf,supplementary-fonts}/**.{o,t}tf; do
|
||||
install -Dt $out/otf -m755 otf/*
|
||||
install -Dt $out/otf -m755 $f
|
||||
done
|
||||
|
||||
for f in svg/**.{svg,woff}; do
|
||||
install -Dt $out/svg -m755 svg/*
|
||||
install -Dt $out/svg -m755 $f
|
||||
done
|
||||
'';
|
||||
|
||||
|
|
Loading…
Reference in a new issue