kid3: enable build flag WITH_MP4V2 (#405139)

Changed files
+4 -1
pkgs
by-name
ki
+4 -1
pkgs/by-name/ki/kid3/package.nix
···
]
);
-
cmakeFlags = [ (lib.cmakeFeature "WITH_APPS" apps) ];
+
cmakeFlags = [
+
(lib.cmakeFeature "WITH_APPS" apps)
+
(lib.cmakeBool "WITH_MP4V2" true)
+
];
env = {
DOCBOOKDIR = "${docbook_xsl}/xml/xsl/docbook/";