alac: remove obsolete TARGET_OS_* workaround

This commit is contained in:
Emily 2025-01-06 00:41:33 +00:00
parent b0e229092a
commit 26e9e065fa

View File

@ -26,9 +26,6 @@ stdenv.mkDerivation (finalAttrs: {
autoreconfHook
];
# error: 'TARGET_OS_MAC' is not defined, evaluates to 0
env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.hostPlatform.isDarwin "-DTARGET_OS_MAC";
passthru = {
updateScript = unstableGitUpdater { };
tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;