mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
llvmPackages_22.libclc: prepare_builtins was removed in LLVM 22.1
Or more specifically, in:
f07988ff3e
This commit is contained in:
parent
3605cd7b42
commit
4da4d4bc7b
1 changed files with 1 additions and 1 deletions
|
|
@ -97,7 +97,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
buildInputs = [ llvm ];
|
||||
strictDeps = true;
|
||||
|
||||
postInstall = ''
|
||||
postInstall = lib.optionalString (lib.versionOlder finalAttrs.version "22.1") ''
|
||||
install -Dt $dev/bin prepare_builtins
|
||||
'';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue