Merge pull request #260926 from the-furry-hubofeverything/fix-openpgl-arm

openpgl: Fix aarch64 compilation build failure

authored by Weijia Wang and committed by GitHub 198db141 7d95e4e6

+2
+2
pkgs/by-name/op/openpgl/package.nix
··· 31 31 "-DTBB_ROOT=${tbb.out}" 32 32 ]; 33 33 34 + env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isAarch64 "-flax-vector-conversions"; 35 + 34 36 meta = { 35 37 description = "Intel Open Path Guiding Library"; 36 38 homepage = "https://github.com/OpenPathGuidingLibrary/openpgl";