From 50e805c3dff2bf2ec625179a9e7ebf7f2cd17547 Mon Sep 17 00:00:00 2001 From: Nathan Gill Date: Mon, 15 Jun 2026 22:39:32 +0100 Subject: [PATCH] cdparanoia-iii: fix build on darwin freebsd patches conflict with those applied for darwin, so disable the freebsd patches on darwin targets. --- pkgs/by-name/cd/cdparanoia-iii/package.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/by-name/cd/cdparanoia-iii/package.nix b/pkgs/by-name/cd/cdparanoia-iii/package.nix index 644e2450431f..813adc115078 100644 --- a/pkgs/by-name/cd/cdparanoia-iii/package.nix +++ b/pkgs/by-name/cd/cdparanoia-iii/package.nix @@ -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=";