mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 22:50:49 +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 {
|
stdenv.lib.appendToName "with-fonts" (symlinkJoin {
|
||||||
inherit (lilypond) meta name version ;
|
inherit (lilypond) meta name version ;
|
||||||
|
|
||||||
paths = [ lilypond ];
|
paths = [ lilypond ] ++ openlilylib-fonts.all;
|
||||||
|
|
||||||
buildInputs = [ makeWrapper lndir ];
|
buildInputs = [ makeWrapper lndir ];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue