9 stdenv.mkDerivation (finalAttrs: {
11 version = "0.0.7-unstable-2024-10-16";
18 src = fetchFromGitHub {
21 rev = "1832544d27d01335d823d639b176d1cae25ecfd4";
22 hash = "sha256-xRWDeqyJ/BEaSWVlDXgaKIKJuBwM8kJDIATVTVaMn2k=";
29 # error: 'TARGET_OS_MAC' is not defined, evaluates to 0
30 env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.hostPlatform.isDarwin "-DTARGET_OS_MAC";
33 updateScript = unstableGitUpdater { };
34 tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
38 description = "Apple Lossless Codec and Utility with Autotools";
39 homepage = "https://github.com/mikebrady/alac";
40 license = lib.licenses.asl20;
41 pkgConfigModules = [ "alac" ];
42 platforms = lib.platforms.all;
43 maintainers = with lib.maintainers; [ jopejoe1 ];