From 80115fcc022400e2f0e914481a1f13dd6d33e70b Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Mon, 8 Nov 2021 17:34:30 +0800 Subject: [PATCH] flake: apply llvmlite callsite patch --- flake.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/flake.nix b/flake.nix index fe46d4cd7..4630d3ec8 100644 --- a/flake.nix +++ b/flake.nix @@ -113,6 +113,10 @@ url = "https://git.m-labs.hk/M-Labs/nix-scripts/raw/branch/master/artiq-fast/pkgs/llvmlite-abiname.diff"; sha256 = "1zlss9vlhjgch6gf5gc0647kkjdwjk0833ld88xwd9vmwvkdmp3v"; }) + (pkgs.fetchurl { + url = "https://git.m-labs.hk/M-Labs/nix-scripts/raw/branch/master/artiq-fast/pkgs/llvmlite-callsite.diff"; + sha256 = "sha256-JrIXPnI7E7Y5NIFxswVBmRfQvv61lqKDDnNJrr+nDCg="; + }) ]; nativeBuildInputs = [ pkgs.llvm_11 ]; # Disable static linking