mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
git-bz: add pycrypto dependency (#21013)
This commit is contained in:
parent
d295d68609
commit
18ee6b9a6d
@ -27,6 +27,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
postInstall = ''
|
||||
wrapProgram $out/bin/git-bz \
|
||||
--prefix PYTHONPATH : "$(toPythonPath "${pythonPackages.pycrypto}")" \
|
||||
--prefix PYTHONPATH : "$(toPythonPath "${pythonPackages.pysqlite}")"
|
||||
'';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user