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 --prefix LD_LIBRARY_PATH ":" "$out/lib/ansel" 171 ) 172 ''; 173 174 passthru.updateScript = unstableGitUpdater { 175 # Tags inherited from Darktable, + a "nightly" 0.0.0 tag that new artefacts get attached to
··· 170 --prefix LD_LIBRARY_PATH ":" "$out/lib/ansel" 171 ) 172 ''; 173 + cmakeFlags = [ 174 + "-DBINARY_PACKAGE_BUILD=1" 175 + ]; 176 177 passthru.updateScript = unstableGitUpdater { 178 # Tags inherited from Darktable, + a "nightly" 0.0.0 tag that new artefacts get attached to