mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-24 20:02:58 +03:00
autojump: fix build on darwin
* remove install.sh shell check
This commit is contained in:
parent
da7db90068
commit
03f716d05e
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user