finalfusion-utils: use buildFeature

figsoda cc0e2338 ce0da1b8

+3 -6
+3 -6
pkgs/applications/science/machine-learning/finalfusion-utils/default.nix
··· 22 23 cargoSha256 = "sha256-/rLv2/bcVsmWw+ZfyumDcj0ptHPQBCCYR9O/lVlV+G0="; 24 25 - # Enables build against a generic BLAS. 26 - cargoBuildFlags = [ 27 - "--features" 28 - "netlib" 29 - ]; 30 - 31 nativeBuildInputs = [ installShellFiles ]; 32 33 buildInputs = [ ··· 37 ] ++ lib.optionals stdenv.isDarwin [ 38 Security 39 ]; 40 41 postInstall = '' 42 # Install shell completions
··· 22 23 cargoSha256 = "sha256-/rLv2/bcVsmWw+ZfyumDcj0ptHPQBCCYR9O/lVlV+G0="; 24 25 nativeBuildInputs = [ installShellFiles ]; 26 27 buildInputs = [ ··· 31 ] ++ lib.optionals stdenv.isDarwin [ 32 Security 33 ]; 34 + 35 + # Enables build against a generic BLAS. 36 + buildFeatures = [ "netlib" ]; 37 38 postInstall = '' 39 # Install shell completions