cdparanoia-iii: fix build on darwin

freebsd patches conflict with those applied for darwin, so
disable the freebsd patches on darwin targets.
This commit is contained in:
Nathan Gill
2026-06-17 18:34:20 +01:00
parent 3103c5d052
commit 50e805c3df
+1 -1
View File
@@ -64,7 +64,7 @@ stdenv.mkDerivation (finalAttrs: {
})
]
++ lib.optional stdenv.hostPlatform.isMusl ./utils.patch
++ [
++ lib.optional (!stdenv.hostPlatform.isDarwin) [
(fetchpatch {
url = "https://raw.githubusercontent.com/freebsd/freebsd-ports/42da4cdf2d9161fea8f7cdfc19aefda7707fadf4/audio/cdparanoia/files/patch-interface_low__interface.h";
hash = "sha256-bXrcRFCbU7/7/N+J8VGKGSxIB1m8XwoAlc/KTnt9wN0=";