10 rustPlatform.buildRustPackage rec {
14 src = fetchFromGitHub {
18 sha256 = "sha256-HqTPC7J3hf5+dcsWlqc/FR7ev3f6J4jxhDwgM4GxYww=";
21 cargoHash = "sha256-ZUdjdKUUrQCUjwTh+T61Wn5gle4kzAbi3P1LvkS+NfQ=";
28 ] ++ lib.optionals stdenv.hostPlatform.isDarwin [
29 darwin.apple_sdk.frameworks.Security
30 darwin.apple_sdk.frameworks.SystemConfiguration
33 # Tests fail because of client server setup which is not possible inside the
34 # pure environment, see https://github.com/mozilla/sccache/issues/460
38 description = "Ccache with Cloud Storage";
39 mainProgram = "sccache";
40 homepage = "https://github.com/mozilla/sccache";
41 changelog = "https://github.com/mozilla/sccache/releases/tag/v${version}";
42 maintainers = with maintainers; [ doronbehar figsoda ];
43 license = licenses.asl20;