Skip to content
This repository has been archived by the owner on Jun 24, 2022. It is now read-only.

Commit

Permalink
lilypond-test: Depend on tools::imagemagick
Browse files Browse the repository at this point in the history
This is usually pulled in by mingw::lilypond, but actually required
for testing output-distance.py since a few releases.
  • Loading branch information
hahnjo committed Jul 29, 2020
1 parent 5317d1f commit c0177d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gub/specs/lilypond-test.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
class LilyPond_test (lilypond.LilyPond_base):
dependencies = (lilypond.LilyPond_base.dependencies
+ [
'tools::imagemagick',
'tools::netpbm',
'tools::fonts-dejavu',
'tools::fonts-libertine',
Expand Down

0 comments on commit c0177d5

Please sign in to comment.