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:
Efraim Flashner 2021-03-09 16:13:18 +02:00
parent c3fb753045
commit d90165826c
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -1861,7 +1861,7 @@ (define-public solfege
("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