gnu: solfege: Build with older texinfo.
The package failed to build with texinfo-6.7. * gnu/packages/music.scm (solfege)[native-inputs]: Replace texinfo with texinfo-5.
This commit is contained in:
parent
c3fb753045
commit
d90165826c
1 changed files with 1 additions and 1 deletions
|
@ -1861,7 +1861,7 @@ for path in [path for path in sys.path if 'site-packages' in path]: site.addsite
|
|||
("txt2man" ,txt2man)
|
||||
("libxml2" ,libxml2) ; for tests
|
||||
("ghostscript" ,ghostscript)
|
||||
("texinfo" ,texinfo)))
|
||||
("texinfo" ,texinfo-5)))
|
||||
(home-page "https://www.gnu.org/software/solfege/")
|
||||
(synopsis "Ear training")
|
||||
(description
|
||||
|
|
Reference in a new issue