python3Packages.orjson: Disable failing tests on 32 bit
[NixPkgs.git] / pkgs / tools / security / pass / no-darwin-getopt.patch
blob7e8b66dd7f1a51661b86dbef7b85e76f78b20f88
1 diff --git a/src/platform/darwin.sh b/src/platform/darwin.sh
2 index f6cc471..e2e8bba 100644
3 --- a/src/platform/darwin.sh
4 +++ b/src/platform/darwin.sh
5 @@ -39,6 +39,5 @@ qrcode() {
6 fi
9 -GETOPT="$({ test -x /usr/local/opt/gnu-getopt/bin/getopt && echo /usr/local/opt/gnu-getopt; } || brew --prefix gnu-getopt 2>/dev/null || { which port &>/dev/null && echo /opt/local; } || echo /usr/local)/bin/getopt"
10 SHRED="srm -f -z"
11 BASE64="openssl base64"