nixVersions.nix_2_26: Drop libgit2-thin-packfile override

This commit is contained in:
Robert Hensing
2025-02-09 21:01:08 +01:00
parent 64a9532416
commit ae74471706
3 changed files with 1 additions and 9 deletions
@@ -6,7 +6,6 @@
newScope,
pkgs,
stdenv,
libgit2-thin-packfile,
...
}:
let
@@ -44,7 +43,6 @@ let
inherit pkgs;
inherit stdenv;
inherit src;
inherit libgit2-thin-packfile;
};
};
in
@@ -7,7 +7,6 @@
pkgs,
stdenv,
libgit2-thin-packfile,
}:
let
@@ -139,7 +138,6 @@ let
in
scope: {
inherit stdenv;
inherit libgit2-thin-packfile;
aws-sdk-cpp =
(pkgs.aws-sdk-cpp.override {
@@ -159,8 +157,6 @@ scope: {
enableLargeConfig = true;
};
libgit2 = libgit2-thin-packfile;
inherit resolvePath filesetToSource;
mkMesonDerivation = mkPackageBuilder [
@@ -164,9 +164,7 @@ in lib.makeExtensible (self: ({
self_attribute_name = "nix_2_25";
};
nix_2_26 = (callPackage ./2_26/componentized.nix {
inherit libgit2-thin-packfile;
}).overrideAttrs (this: old: {
nix_2_26 = (callPackage ./2_26/componentized.nix { }).overrideAttrs (this: old: {
passthru = old.passthru or {} // {
tests =
old.passthru.tests or {}