git-lfs1: remove

This commit is contained in:
Aaron Jheng 2022-05-29 03:01:44 +00:00
parent 413383e9ad
commit d70af2c3b6
No known key found for this signature in database
GPG Key ID: F6A547A869D050A3
2 changed files with 0 additions and 33 deletions

View File

@ -1,31 +0,0 @@
{ lib, buildGoPackage, fetchFromGitHub }:
buildGoPackage rec {
pname = "git-lfs";
version = "1.5.6";
rev = "0d02fb7d9a1c599bbf8c55e146e2845a908e04e0";
goPackagePath = "github.com/git-lfs/git-lfs";
src = fetchFromGitHub {
inherit rev;
owner = "git-lfs";
repo = "git-lfs";
sha256 = "0wddry1lqjccf4522fvhx6grx8h57xsz17lkaf5aybnrgw677w3d";
};
subPackages = [ "." ];
preBuild = ''
pushd go/src/github.com/git-lfs/git-lfs
go generate ./commands
popd
'';
meta = with lib; {
description = "Git extension for versioning large files";
homepage = "https://git-lfs.github.com/";
license = [ licenses.mit ];
maintainers = [ maintainers.twey ];
};
}

View File

@ -6294,8 +6294,6 @@ with pkgs;
git-lfs = lowPrio (callPackage ../applications/version-management/git-lfs { }); git-lfs = lowPrio (callPackage ../applications/version-management/git-lfs { });
git-lfs1 = callPackage ../applications/version-management/git-lfs/1.nix { };
git-ftp = callPackage ../development/tools/git-ftp { }; git-ftp = callPackage ../development/tools/git-ftp { };
git-machete = python3Packages.callPackage ../applications/version-management/git-and-tools/git-machete { }; git-machete = python3Packages.callPackage ../applications/version-management/git-and-tools/git-machete { };