1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-30 14:01:15 +02:00

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

View File

@@ -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