gst_all_1.gst-editing-services: enable/disable tests in Meson (#431159)
This commit is contained in:
commit
612dc15903
@ -65,6 +65,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||||||
|
|
||||||
mesonFlags = [
|
mesonFlags = [
|
||||||
(lib.mesonEnable "doc" enableDocumentation)
|
(lib.mesonEnable "doc" enableDocumentation)
|
||||||
|
(lib.mesonEnable "tests" finalAttrs.finalPackage.doCheck)
|
||||||
];
|
];
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user