nix: remove upstreamed patch

This commit is contained in:
Sandro - 2023-12-09 23:31:31 +01:00
parent 83d274b84c
commit 8d23d4cf67
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 0 additions and 13 deletions

View File

@ -79,19 +79,6 @@ with final; {
mlat-client = python3Packages.callPackage ./mlat-client.nix { };
nixVersions = prev.nixVersions // {
stable = (prev.nixVersions.stable.override { withAWS = false; }).overrideAttrs ({ patches ? [ ], ...}: {
patches = patches ++ [
# request compression
# TODO: drop with 23.11
(fetchpatch {
url = "https://github.com/NixOS/nix/pull/7712.patch";
sha256 = "sha256-mAx2h0/r7HayvTjMMxmewaD+L4OOB2gRJaQb3JEb0rk=";
})
];
});
};
openssh = prev.openssh.overrideAttrs (_: {
# takes 30 minutes
doCheck = false;