tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
0
fork
atom
overview
issues
pulls
pipelines
llvm_8: backport patch for musl 1.2.4
Alyssa Ross
2 years ago
d93bd8e2
768007c2
+7
1 changed file
expand all
collapse all
unified
split
pkgs
development
compilers
llvm
8
llvm
default.nix
+7
pkgs/development/compilers/llvm/8/llvm/default.nix
···
110
sha256 = "0zjfjgavqzi2ypqwqnlvy6flyvdz8hi1anwv0ybwnm2zqixg7za3";
111
stripLen = 1;
112
})
0
0
0
0
0
0
0
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 ''