Loading pkgs/applications/version-management/git-mit/default.nix +16 −10 Original line number Diff line number Diff line { lib , stdenv , fetchFromGitHub , rustPlatform , fetchFromGitHub , pkg-config , libgit2_1_5 , openssl , libgit2 , libssh2 , zlib , pkg-config , stdenv , darwin }: let Loading @@ -25,15 +25,21 @@ rustPlatform.buildRustPackage { cargoHash = "sha256-YtUuRLjmehG+5kUiCo4LK0PkKAckr28UahlrAjm9MYw="; doCheck = true; nativeBuildInputs = [ pkg-config ]; buildInputs = [ openssl libgit2 libssh2 zlib ]; buildInputs = [ libgit2_1_5 openssl zlib ] ++ lib.optionals stdenv.isDarwin [ darwin.apple_sdk.frameworks.AppKit ]; meta = { meta = with lib; { description = "Minimalist set of hooks to aid pairing and link commits to issues"; homepage = "https://github.com/PurpleBooth/git-mit"; license = lib.licenses.cc0; changelog = "https://github.com/PurpleBooth/git-mit/releases/tag/v${version}"; license = licenses.cc0; maintainers = with maintainers; [ figsoda ]; }; } Loading
pkgs/applications/version-management/git-mit/default.nix +16 −10 Original line number Diff line number Diff line { lib , stdenv , fetchFromGitHub , rustPlatform , fetchFromGitHub , pkg-config , libgit2_1_5 , openssl , libgit2 , libssh2 , zlib , pkg-config , stdenv , darwin }: let Loading @@ -25,15 +25,21 @@ rustPlatform.buildRustPackage { cargoHash = "sha256-YtUuRLjmehG+5kUiCo4LK0PkKAckr28UahlrAjm9MYw="; doCheck = true; nativeBuildInputs = [ pkg-config ]; buildInputs = [ openssl libgit2 libssh2 zlib ]; buildInputs = [ libgit2_1_5 openssl zlib ] ++ lib.optionals stdenv.isDarwin [ darwin.apple_sdk.frameworks.AppKit ]; meta = { meta = with lib; { description = "Minimalist set of hooks to aid pairing and link commits to issues"; homepage = "https://github.com/PurpleBooth/git-mit"; license = lib.licenses.cc0; changelog = "https://github.com/PurpleBooth/git-mit/releases/tag/v${version}"; license = licenses.cc0; maintainers = with maintainers; [ figsoda ]; }; }