mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-28 15:54:32 +00:00
Merge pull request #21014 from chris-martin/git-bz-pycrypto
git-bz: add pycrypto dependency
This commit is contained in:
commit
ff8ec02497
@ -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