Unverified Commit f7516232 authored by Austin Horstman's avatar Austin Horstman Committed by GitHub
Browse files

git-nomad: migrate to new apple-sdk structure, move to by-name (#354071)

parents 17726c73 900cd2c6
Loading
Loading
Loading
Loading
+7 −8
Original line number Diff line number Diff line
{ lib, rustPlatform, fetchFromGitHub, stdenv, darwin, git }:
{
  lib,
  rustPlatform,
  fetchFromGitHub,
  git,
}:

rustPlatform.buildRustPackage rec {
  pname = "git-nomad";
@@ -13,13 +18,7 @@ rustPlatform.buildRustPackage rec {

  cargoHash = "sha256-7CZC29y9dLpyanolO+epKd0KwmRc1iGY+sPM9f/j5hk=";

  buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [
    darwin.apple_sdk.frameworks.SystemConfiguration
  ];

  nativeCheckInputs = [
    git
  ];
  nativeCheckInputs = [ git ];

  meta = with lib; {
    description = "Synchronize work-in-progress git branches in a light weight fashion";
+0 −2
Original line number Diff line number Diff line
@@ -2241,8 +2241,6 @@ with pkgs;
  git-machete = python3Packages.callPackage ../applications/version-management/git-machete { };
  git-nomad = callPackage ../applications/version-management/git-nomad { };
  git-octopus = callPackage ../applications/version-management/git-octopus { };
  git-open = callPackage ../applications/version-management/git-open { };