libixion: explicitly specify boost location

K900 fe2138b5 173ad91b

+4
+4
pkgs/by-name/li/libixion/package.nix
··· 32 32 python3 33 33 ]; 34 34 35 + configureFlags = [ 36 + "--with-boost=${boost.dev}" 37 + ]; 38 + 35 39 meta = with lib; { 36 40 description = "General purpose formula parser, interpreter, formula cell dependency tracker and spreadsheet document model backend all in one package"; 37 41 homepage = "https://gitlab.com/ixion/ixion";