From 03f716d05e3a1d377459a3922ea12fe7a9ed66be Mon Sep 17 00:00:00 2001 From: "Jason \"Don\" O'Conal" Date: Sun, 7 Jul 2013 19:21:45 +1000 Subject: [PATCH] autojump: fix build on darwin * remove install.sh shell check --- pkgs/tools/misc/autojump/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/tools/misc/autojump/default.nix b/pkgs/tools/misc/autojump/default.nix index 459c9c86ce4..9b9155a1edb 100644 --- a/pkgs/tools/misc/autojump/default.nix +++ b/pkgs/tools/misc/autojump/default.nix @@ -16,6 +16,9 @@ in dontBuild = true; installPhase = '' + # don't check shell support (we're running with bash anyway) + sed -i -e 150,153d install.sh + bash ./install.sh -d $out mkdir -p "$out/etc/bash_completion.d"