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

llvm_8: backport patch for musl 1.2.4

+7
+7
pkgs/development/compilers/llvm/8/llvm/default.nix
··· 110 sha256 = "0zjfjgavqzi2ypqwqnlvy6flyvdz8hi1anwv0ybwnm2zqixg7za3"; 111 stripLen = 1; 112 }) 113 ] ++ lib.optional enablePolly ./gnu-install-dirs-polly.patch; 114 115 postPatch = optionalString stdenv.isDarwin ''
··· 110 sha256 = "0zjfjgavqzi2ypqwqnlvy6flyvdz8hi1anwv0ybwnm2zqixg7za3"; 111 stripLen = 1; 112 }) 113 + 114 + # Fix musl build. 115 + (fetchpatch { 116 + url = "https://github.com/llvm/llvm-project/commit/5cd554303ead0f8891eee3cd6d25cb07f5a7bf67.patch"; 117 + relative = "llvm"; 118 + hash = "sha256-XPbvNJ45SzjMGlNUgt/IgEvM2dHQpDOe6woUJY+nUYA="; 119 + }) 120 ] ++ lib.optional enablePolly ./gnu-install-dirs-polly.patch; 121 122 postPatch = optionalString stdenv.isDarwin ''