summary refs log tree commit diff
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorJörg Thalheim <Mic92@users.noreply.github.com>2017-03-06 14:37:20 +0100
committerGitHub <noreply@github.com>2017-03-06 14:37:20 +0100
commitd971a9bcca86389f0c9a4d9e52f0043fb07e819b (patch)
tree902e6137f854459175b41b03bc42e8ea846efeb8 /pkgs/top-level
parent85a06d6b8d8272f394cb8a9c66c53420bc8118c4 (diff)
parentf497421e148dcb91736cba1771ca5ba18235d299 (diff)
downloadnixpkgs-d971a9bcca86389f0c9a4d9e52f0043fb07e819b.tar
nixpkgs-d971a9bcca86389f0c9a4d9e52f0043fb07e819b.tar.gz
nixpkgs-d971a9bcca86389f0c9a4d9e52f0043fb07e819b.tar.bz2
nixpkgs-d971a9bcca86389f0c9a4d9e52f0043fb07e819b.tar.lz
nixpkgs-d971a9bcca86389f0c9a4d9e52f0043fb07e819b.tar.xz
nixpkgs-d971a9bcca86389f0c9a4d9e52f0043fb07e819b.tar.zst
nixpkgs-d971a9bcca86389f0c9a4d9e52f0043fb07e819b.zip
Merge pull request #23548 from yurrriq/update/pkgs/misc/lilypond/with-fonts
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 21638181fc6..297229b7886 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -17710,6 +17710,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 { };