lilypond-with-fonts: fix adding fonts

This commit is contained in:
Orivej Desh 2020-03-13 11:40:54 +00:00
parent 4aaf186cc8
commit dd0de727fc

View file

@ -5,7 +5,7 @@
stdenv.lib.appendToName "with-fonts" (symlinkJoin {
inherit (lilypond) meta name version ;
paths = [ lilypond ];
paths = [ lilypond ] ++ openlilylib-fonts.all;
buildInputs = [ makeWrapper lndir ];