fix getopt path on darwin
This commit is contained in:
parent
1905e054c1
commit
fdebea003e
11
pkgs/tools/security/pass/darwin-getopt.patch
Normal file
11
pkgs/tools/security/pass/darwin-getopt.patch
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
diff --git a/src/platform/darwin.sh b/src/platform/darwin.sh
|
||||||
|
index 1b76c33..fa40104 100644
|
||||||
|
--- a/src/platform/darwin.sh
|
||||||
|
+++ b/src/platform/darwin.sh
|
||||||
|
@@ -31,5 +31,5 @@ tmpdir() {
|
||||||
|
mount -t hfs -o noatime -o nobrowse "$ramdisk_dev" "$SECURE_TMPDIR" || exit 1
|
||||||
|
}
|
||||||
|
|
||||||
|
-GETOPT="$(brew --prefix gnu-getopt 2>/dev/null || echo /usr/local)/bin/getopt"
|
||||||
|
+GETOPT="getopt"
|
||||||
|
SHRED="srm -f -z"
|
@ -11,6 +11,8 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = "1d32y6k625pv704icmhg46zg02kw5zcyxscgljxgy8bb5wv4lv2j";
|
sha256 = "1d32y6k625pv704icmhg46zg02kw5zcyxscgljxgy8bb5wv4lv2j";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
patches = [ ./darwin-getopt.patch ];
|
||||||
|
|
||||||
buildInputs = [ makeWrapper ];
|
buildInputs = [ makeWrapper ];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user