taglib_extras: fix build with cmake 4

This commit is contained in:
ccicnce113424
2025-10-08 14:30:06 +08:00
parent 0a8a851efa
commit e735b27633
@@ -29,6 +29,8 @@ stdenv.mkDerivation rec {
zlib
];
cmakeFlags = [ (lib.strings.cmakeFeature "CMAKE_POLICY_VERSION_MINIMUM" "3.5") ];
# Workaround for upstream bug https://bugs.kde.org/show_bug.cgi?id=357181
preConfigure = ''
sed -i -e 's/STRLESS/VERSION_LESS/g' cmake/modules/FindTaglib.cmake