Unverified Commit 6181ed5d authored by William Brockhus's avatar William Brockhus Committed by GitHub
Browse files

kid3: use cmakeBool for WITH_MP4V2 build flag instead of string

parent 7491fdf6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -90,7 +90,7 @@ stdenv.mkDerivation (finalAttrs: {

  cmakeFlags = [
    (lib.cmakeFeature "WITH_APPS" apps)
    (lib.cmakeFeature "WITH_MP4V2" "ON")
    (lib.cmakeBool "WITH_MP4V2" true)
  ];

  env = {