Skip to content

Commit

Permalink
Merge pull request #198475 from nwhetsell/lilypond-head
Browse files Browse the repository at this point in the history
lilypond: fix HEAD build
  • Loading branch information
chenrui333 authored Nov 21, 2024
2 parents 968d224 + c1bdcfa commit b67e9f4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Formula/l/lilypond.rb
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ class Lilypond < Formula
mirror "https://git.savannah.gnu.org/git/lilypond.git"

depends_on "autoconf" => :build
depends_on "make" => :build # make >= 4.2 is required
end

depends_on "bison" => :build # bison >= 2.4.1 is required
Expand Down Expand Up @@ -86,7 +87,7 @@ def install

elisp.install share.glob("emacs/site-lisp/*.el")

fonts = pkgshare/version/"fonts/otf"
fonts = pkgshare/(build.head? ? File.read("out/VERSION").chomp : version)/"fonts/otf"

resource("font-urw-base35").stage do
["C059", "NimbusMonoPS", "NimbusSans"].each do |name|
Expand Down

0 comments on commit b67e9f4

Please sign in to comment.