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:
@@ -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 New Issue
Block a user