kid3: use cmakeBool for WITH_MP4V2 build flag instead of string

Co-authored-by: Peder Bergebakken Sundt <pbsds@hotmail.com>
This commit is contained in:
William Brockhus 2025-05-26 09:33:46 +10:00 committed by GitHub
parent 7491fdf61f
commit 6181ed5dec
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -90,7 +90,7 @@ stdenv.mkDerivation (finalAttrs: {
cmakeFlags = [
(lib.cmakeFeature "WITH_APPS" apps)
(lib.cmakeFeature "WITH_MP4V2" "ON")
(lib.cmakeBool "WITH_MP4V2" true)
];
env = {