Revert "zig: add upstream patch to allow glibc 2.33 builds"

This reverts commit c1d014a975.
The patch was included in 0.8.0 and now was failing to apply.
This commit is contained in:
Vladimír Čunát 2021-07-16 16:42:31 +02:00
parent 6a10c72d90
commit b8130cbd64
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -4,7 +4,6 @@
, llvmPackages
, libxml2
, zlib
, fetchpatch
}:
let
@ -21,14 +20,6 @@ stdenv.mkDerivation rec {
hash = "sha256-bILjcKX8jPl2n1HRYvYRb7jJkobwqmSJ+hHXSn9n2ag=";
};
patches = [
# glibc 2.33 support
(fetchpatch {
url = "https://github.com/ziglang/zig/commit/0fee4b55a8c58791238efe6bf2da5ce3435a5cc1.patch";
sha256 = "sha256-waVtolUlmGrfiRk4tWsSOij5MfUc+g57DatC6GtSx6c=";
})
];
nativeBuildInputs = [
cmake
llvmPackages.llvm.dev