mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: kodi: Skip failing test.
* gnu/packages/kodi.scm (kodi)[source]: Add patch. * gnu/packages/patches/kodi-skip-test-449.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it.
This commit is contained in:
parent
be0be3dee0
commit
39ad752cf9
3 changed files with 56 additions and 0 deletions
|
@ -29,6 +29,7 @@
|
|||
#:use-module (guix build-system cmake)
|
||||
#:use-module (guix build-system gnu)
|
||||
#:use-module (guix build-system trivial)
|
||||
#:use-module (gnu packages)
|
||||
#:use-module (gnu packages algebra)
|
||||
#:use-module (gnu packages audio)
|
||||
#:use-module (gnu packages autotools)
|
||||
|
@ -278,6 +279,7 @@ alternatives. In compilers, this can reduce the cascade of secondary errors.")
|
|||
(sha256
|
||||
(base32
|
||||
"0bwi4gwmwppjw6bf0zihyg42zwnd0imq0aw4xxsgnacqakhxzii0"))
|
||||
(patches (search-patches "kodi-skip-test-449.patch"))
|
||||
(snippet
|
||||
'(begin
|
||||
(use-modules (guix build utils))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue