8 rustPlatform.buildRustPackage rec {
12 src = fetchFromGitHub {
16 hash = "sha256-WFitpFF1Ah4HkzSe4H4aN/ZM0EEIcP5ozLMUWaDggFU=";
19 cargoHash = "sha256-pD1NKUJmvMTnYKWjRrGnvbA0zVvGpWRIlf/9ovP9Jq4=";
21 buildInputs = lib.optionals stdenv.isDarwin [
22 darwin.apple_sdk.frameworks.Security
23 darwin.apple_sdk.frameworks.SystemConfiguration
27 description = "Material you color generation tool";
28 homepage = "https://github.com/InioX/matugen";
29 changelog = "https://github.com/InioX/matugen/blob/${src.rev}/CHANGELOG.md";
30 license = licenses.gpl2Only;
31 maintainers = with maintainers; [ lampros ];
32 mainProgram = "matugen";