summaryrefslogtreecommitdiffstats
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorEric Bailey <eric@ericb.me>2017-03-06 01:31:53 -0600
committerEric Bailey <eric@ericb.me>2017-03-06 02:16:42 -0600
commitbdc9589df102bc35ecb8f1c3c00bd47bdc784bec (patch)
tree428f9bb8e2e89a0ff613735279b453f2564a18c3 /pkgs/top-level
parentc31c11ecef2d10fff8421a54739af26a7f3a04a4 (diff)
lilypond: add openlilylib-fonts and lilypond-with-fonts
Diffstat (limited to 'pkgs/top-level')
-rw-r--r--pkgs/top-level/all-packages.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index c51a76f6c83d..85d2ccd08b97 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -17708,6 +17708,10 @@ with pkgs;
lilypond = callPackage ../misc/lilypond { guile = guile_1_8; };
lilypond-unstable = callPackage ../misc/lilypond/unstable.nix { guile = guile_1_8; };
+ lilypond-with-fonts = callPackage ../misc/lilypond/with-fonts.nix {
+ lilypond = lilypond-unstable;
+ };
+ openlilylib-fonts = callPackage ../misc/lilypond/fonts.nix { };
mailcore2 = callPackage ../development/libraries/mailcore2 { };