Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

llvm_12: backport patch for musl 1.2.4

+7
+7
pkgs/development/compilers/llvm/12/llvm/default.nix
··· 100 sha256 = "sha256:12s8vr6ibri8b48h2z38f3afhwam10arfiqfy4yg37bmc054p5hi"; 101 stripLen = 1; 102 }) 103 ] ++ lib.optional enablePolly ./gnu-install-dirs-polly.patch; 104 105 postPatch = optionalString stdenv.isDarwin ''
··· 100 sha256 = "sha256:12s8vr6ibri8b48h2z38f3afhwam10arfiqfy4yg37bmc054p5hi"; 101 stripLen = 1; 102 }) 103 + 104 + # Fix musl build. 105 + (fetchpatch { 106 + url = "https://github.com/llvm/llvm-project/commit/5cd554303ead0f8891eee3cd6d25cb07f5a7bf67.patch"; 107 + relative = "llvm"; 108 + hash = "sha256-XPbvNJ45SzjMGlNUgt/IgEvM2dHQpDOe6woUJY+nUYA="; 109 + }) 110 ] ++ lib.optional enablePolly ./gnu-install-dirs-polly.patch; 111 112 postPatch = optionalString stdenv.isDarwin ''