12 rustPlatform.buildRustPackage rec {
13 pname = "gitlab-timelogs";
17 inherit pname version;
18 hash = "sha256-EWFzMNuNquHR0grmmi14vuraIwvrmkw88QAYkvbO2QM=";
21 nativeBuildInputs = [ pkg-config ];
25 ++ lib.optionals stdenv.hostPlatform.isDarwin [
26 darwin.apple_sdk.frameworks.SystemConfiguration
30 cargoHash = "sha256-IXiIrX+nR7uB7UYqdVgKR+IHJlRl0i0cklwITGF5jAg=";
33 description = " CLI utility to support you with your time logs in GitLab";
34 mainProgram = "gitlab-timelogs";
36 CLI utility to support you with your time logs in GitLab.
38 gitlab-timelogs is not associated with the official GitLab project!
40 homepage = "https://github.com/phip1611/gitlab-timelogs";
41 changelog = "https://github.com/phip1611/gitlab-timelogs/blob/v${version}/CHANGELOG.md";
42 license = with lib.licenses; [ mit ];
43 maintainers = with lib.maintainers; [