Loading pkgs/development/compilers/llvm/8/llvm/default.nix +7 −0 Original line number Diff line number Diff line Loading @@ -110,6 +110,13 @@ in stdenv.mkDerivation (rec { sha256 = "0zjfjgavqzi2ypqwqnlvy6flyvdz8hi1anwv0ybwnm2zqixg7za3"; stripLen = 1; }) # Fix musl build. (fetchpatch { url = "https://github.com/llvm/llvm-project/commit/5cd554303ead0f8891eee3cd6d25cb07f5a7bf67.patch"; relative = "llvm"; hash = "sha256-XPbvNJ45SzjMGlNUgt/IgEvM2dHQpDOe6woUJY+nUYA="; }) ] ++ lib.optional enablePolly ./gnu-install-dirs-polly.patch; postPatch = optionalString stdenv.isDarwin '' Loading Loading
pkgs/development/compilers/llvm/8/llvm/default.nix +7 −0 Original line number Diff line number Diff line Loading @@ -110,6 +110,13 @@ in stdenv.mkDerivation (rec { sha256 = "0zjfjgavqzi2ypqwqnlvy6flyvdz8hi1anwv0ybwnm2zqixg7za3"; stripLen = 1; }) # Fix musl build. (fetchpatch { url = "https://github.com/llvm/llvm-project/commit/5cd554303ead0f8891eee3cd6d25cb07f5a7bf67.patch"; relative = "llvm"; hash = "sha256-XPbvNJ45SzjMGlNUgt/IgEvM2dHQpDOe6woUJY+nUYA="; }) ] ++ lib.optional enablePolly ./gnu-install-dirs-polly.patch; postPatch = optionalString stdenv.isDarwin '' Loading