12 rustPlatform.buildRustPackage rec {
16 src = fetchFromGitHub {
17 owner = "DeterminateSystems";
20 hash = "sha256-ThHkEvu+lWojHmEgcrwdZDPROfxznB7vv78msyZf90A=";
23 cargoHash = "sha256-knA08KqjtI2FZUbllfVETxDqi/r4Gf3VuLE17JujTzc=";
34 ++ lib.optionals stdenv.hostPlatform.isDarwin [
35 darwin.apple_sdk.frameworks.Security
39 wrapProgram $out/bin/riff --set-default RIFF_DISABLE_TELEMETRY true
43 description = "Tool that automatically provides external dependencies for software projects";
45 homepage = "https://riff.sh";
46 changelog = "https://github.com/DeterminateSystems/riff/releases/tag/v${version}";
47 license = licenses.mpl20;
48 maintainers = with maintainers; [ figsoda ];