autojump: add bash as buildInput
This commit is contained in:
parent
b0f52e08dc
commit
1a003e7dfc
|
@ -12,7 +12,7 @@ in
|
|||
sha256 = "07jf5pa9xwmbswsc0h6law9f5qwczsj25w7h034s379imid5h62f";
|
||||
};
|
||||
|
||||
buildInputs = [ python ];
|
||||
buildInputs = [ python bash ];
|
||||
dontBuild = true;
|
||||
|
||||
installPhase = ''
|
||||
|
|
Loading…
Reference in New Issue