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 @@ (define-public solfege
|
||||||
("txt2man" ,txt2man)
|
("txt2man" ,txt2man)
|
||||||
("libxml2" ,libxml2) ; for tests
|
("libxml2" ,libxml2) ; for tests
|
||||||
("ghostscript" ,ghostscript)
|
("ghostscript" ,ghostscript)
|
||||||
("texinfo" ,texinfo)))
|
("texinfo" ,texinfo-5)))
|
||||||
(home-page "https://www.gnu.org/software/solfege/")
|
(home-page "https://www.gnu.org/software/solfege/")
|
||||||
(synopsis "Ear training")
|
(synopsis "Ear training")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in a new issue