kid3: enable build flag WITH_MP4V2 (#405139)

This commit is contained in:
Peder Bergebakken Sundt
2025-05-27 10:58:38 +02:00
committed by GitHub
+4 -1
View File
@@ -88,7 +88,10 @@ stdenv.mkDerivation (finalAttrs: {
]
);
cmakeFlags = [ (lib.cmakeFeature "WITH_APPS" apps) ];
cmakeFlags = [
(lib.cmakeFeature "WITH_APPS" apps)
(lib.cmakeBool "WITH_MP4V2" true)
];
env = {
DOCBOOKDIR = "${docbook_xsl}/xml/xsl/docbook/";