soundtracker: fix darwin build

This commit is contained in:
Felix Buehler
2025-11-13 22:21:38 +01:00
parent d5992fe39b
commit 34bcc9084b
+1 -1
View File
@@ -33,7 +33,7 @@ stdenv.mkDerivation (finalAttrs: {
substituteInPlace configure.ac \
--replace-fail 'AM_PATH_XML2(2.6.0, [], AC_MSG_ERROR(Fatal error: Need libxml2 >= 2.6.0))' \
'PKG_CHECK_MODULES([XML], [libxml-2.0 >= 2.6.0])' \
--replace-fail 'XML_CPPFLAGS' 'XML_CFLAGS' \
--replace-fail 'XML_CPPFLAGS' 'XML_CFLAGS'
''
+ lib.optionalString stdenv.hostPlatform.isDarwin ''
# Darwin binutils don't support D option for ar