libshumate: Disable tests requiring display connection
This commit is contained in:
parent
2a9bea8c35
commit
e6838b18ed
1 changed files with 8 additions and 0 deletions
|
@ -85,6 +85,14 @@ in genAttrs [
|
|||
++ [ (mesonBool "tests" false) ];
|
||||
});
|
||||
|
||||
libshumate = prev.libshumate.overrideAttrs (prevAttrs: {
|
||||
postPatch = prevAttrs.postPatch or "" + ''
|
||||
sed -E -i \
|
||||
"/^[[:space:]]*'(map|marker(-layer)?)':/d" \
|
||||
tests/meson.build
|
||||
'';
|
||||
});
|
||||
|
||||
mesa = (prev.mesa.overrideAttrs (prevAttrs: {
|
||||
mesonFlags = prevAttrs.mesonFlags or [ ] ++ [
|
||||
(mesonEnable "xlib-lease" false)
|
||||
|
|
Loading…
Reference in a new issue