git-bz: add pycrypto dependency (#21013)

This commit is contained in:
Chris Martin 2016-12-08 22:59:53 -05:00
parent d295d68609
commit 18ee6b9a6d

View file

@ -27,6 +27,7 @@ stdenv.mkDerivation rec {
postInstall = ''
wrapProgram $out/bin/git-bz \
--prefix PYTHONPATH : "$(toPythonPath "${pythonPackages.pycrypto}")" \
--prefix PYTHONPATH : "$(toPythonPath "${pythonPackages.pysqlite}")"
'';