Skip to content

Commit 0ca3f51

Browse files
committed
autoPatchelfIgnoreMissingDeps = true;
1 parent fe7a9d2 commit 0ca3f51

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

flake.nix

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@
3434
hash = "sha256-8SibCWnRxts79S6WEHb3skF2TIDl1QnjY6EiohmoIog=";
3535
};
3636
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;
3740
buildInputs = with pkgs; [
3841
stdenv.cc.cc.lib
3942
fftw

0 commit comments

Comments
 (0)