mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-20 08:59:32 +03:00
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:
parent
6a10c72d90
commit
b8130cbd64
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user