mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 23:06:59 +01:00
gnu: frescobaldi: Disable tests.
* gnu/packages/music.scm (frescobaldi)[arguments]: Disable tests.
This commit is contained in:
parent
660516e875
commit
a19a6d3ac8
1 changed files with 1 additions and 0 deletions
|
@ -1428,6 +1428,7 @@ (define-public frescobaldi
|
|||
(base32
|
||||
"1rnk8i8dlshzx16n2qxcsqcs7kywgyazzyzw2vy4vp2gsm9vs9ml"))))
|
||||
(build-system python-build-system)
|
||||
(arguments `(#:tests? #f)) ; no tests included
|
||||
(inputs
|
||||
`(("lilypond" ,lilypond)
|
||||
("portmidi" ,portmidi)
|
||||
|
|
Loading…
Reference in a new issue