bws: build with `--package`

+3 -1
+3 -1
pkgs/tools/security/bws/default.nix
··· 51 RUSTONIG_SYSTEM_LIBONIG = true; 52 }; 53 54 - buildAndTestSubdir = "crates/bws"; 55 56 postInstall = '' 57 installShellCompletion --cmd bws \
··· 51 RUSTONIG_SYSTEM_LIBONIG = true; 52 }; 53 54 + cargoBuildFlags = [ "--package" "bws" ]; 55 + 56 + cargoTestFlags = [ "--package" "bws" ]; 57 58 postInstall = '' 59 installShellCompletion --cmd bws \