nixVersions.nix_2_26: Drop libgit2-thin-packfile override
This commit is contained in:
@@ -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 {}
|
||||
|
||||
Reference in New Issue
Block a user