nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

llvm_11: backport patch for musl 1.2.4

+7
+7
pkgs/development/compilers/llvm/11/llvm/default.nix
··· 116 116 sha256 = "1kckghvsngs51mqm82asy0s9vr19h8aqbw43a0w44mccqw6bzrwf"; 117 117 stripLen = 1; 118 118 }) 119 + 120 + # Fix musl build. 121 + (fetchpatch { 122 + url = "https://github.com/llvm/llvm-project/commit/5cd554303ead0f8891eee3cd6d25cb07f5a7bf67.patch"; 123 + relative = "llvm"; 124 + hash = "sha256-XPbvNJ45SzjMGlNUgt/IgEvM2dHQpDOe6woUJY+nUYA="; 125 + }) 119 126 ] ++ lib.optional enablePolly ./gnu-install-dirs-polly.patch; 120 127 121 128 postPatch = optionalString stdenv.isDarwin ''