autojump: add bash as buildInput

This commit is contained in:
Domen Kozar 2013-05-05 16:24:16 +02:00
parent b0f52e08dc
commit 1a003e7dfc
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ in
sha256 = "07jf5pa9xwmbswsc0h6law9f5qwczsj25w7h034s379imid5h62f";
};
buildInputs = [ python ];
buildInputs = [ python bash ];
dontBuild = true;
installPhase = ''