ansel: tell the build script we package ansel

We set BINARY_PACKAGE_BUILD=1
This removes the use of -march=native
and also compiles some low-level function
for different vector instruction sets

The upstream repo uses it in ci and packaging instructions.

+3
+3
pkgs/by-name/an/ansel/package.nix
··· 170 170 --prefix LD_LIBRARY_PATH ":" "$out/lib/ansel" 171 171 ) 172 172 ''; 173 + cmakeFlags = [ 174 + "-DBINARY_PACKAGE_BUILD=1" 175 + ]; 173 176 174 177 passthru.updateScript = unstableGitUpdater { 175 178 # Tags inherited from Darktable, + a "nightly" 0.0.0 tag that new artefacts get attached to