mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 13:10:33 +00:00
lilypond-with-fonts: fix adding fonts
This commit is contained in:
parent
4aaf186cc8
commit
dd0de727fc
|
@ -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 ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue