1 { lib, stdenv, rustPlatform, fetchFromGitHub, CoreServices }:
3 rustPlatform.buildRustPackage rec {
7 src = fetchFromGitHub {
11 sha256 = "sha256-KoAaECfZ8DwGN/U1HCp/4NUvTvFYiN+li3I5gNYM/oU=";
14 cargoSha256 = "sha256-ifUbUeqWm/gwOqzxY8lpGvW1ArZmGAy8XxAkvEfpLVQ=";
16 buildInputs = lib.optional stdenv.isDarwin CoreServices;
19 description = "Background rust code checker";
20 homepage = "https://github.com/Canop/bacon";
21 license = licenses.agpl3Only;
22 maintainers = [ maintainers.FlorianFranzen ];