9 stdenv.mkDerivation (finalAttrs: {
11 version = "0.0.7-unstable-2024-10-16";
18 src = fetchFromGitHub {
21 rev = "1832544d27d01335d823d639b176d1cae25ecfd4";
22 hash = "sha256-xRWDeqyJ/BEaSWVlDXgaKIKJuBwM8kJDIATVTVaMn2k=";
30 updateScript = unstableGitUpdater { };
31 tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
35 description = "Apple Lossless Codec and Utility with Autotools";
36 homepage = "https://github.com/mikebrady/alac";
37 license = lib.licenses.asl20;
38 pkgConfigModules = [ "alac" ];
39 platforms = lib.platforms.all;
40 maintainers = with lib.maintainers; [ jopejoe1 ];