mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-20 15:41:16 +00:00
llvmPackages_22.libclc: prepare_builtins was removed in LLVM 22.1
Or more specifically, in:
f07988ff3e
This commit is contained in:
@@ -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
|
||||
'';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user