mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
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:
parent
7491fdf61f
commit
6181ed5dec
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
|
||||
cmakeFlags = [
|
||||
(lib.cmakeFeature "WITH_APPS" apps)
|
||||
(lib.cmakeFeature "WITH_MP4V2" "ON")
|
||||
(lib.cmakeBool "WITH_MP4V2" true)
|
||||
];
|
||||
|
||||
env = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue