We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
autoPatchelfIgnoreMissingDeps = true;
1 parent fe7a9d2 commit 0ca3f51Copy full SHA for 0ca3f51
1 file changed
flake.nix
@@ -34,6 +34,9 @@
34
hash = "sha256-8SibCWnRxts79S6WEHb3skF2TIDl1QnjY6EiohmoIog=";
35
};
36
nativeBuildInputs = [ pkgs.autoPatchelfHook ];
37
+ # GPU/visualization libs (CUDA, OpenGL, GLFW, FreeImage, Intel OpenCL) are
38
+ # optional ArrayFire backends not available in headless CI environments.
39
+ autoPatchelfIgnoreMissingDeps = true;
40
buildInputs = with pkgs; [
41
stdenv.cc.cc.lib
42
fftw
0 commit comments