mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00:00
pycryptopp: base python wrapper on the Nix store version of libcrypto++
rather than the version that's included in the distribution archive svn path=/nixpkgs/trunk/; revision=22788
This commit is contained in:
parent
df013849e4
commit
4630c1854d
|
@ -516,10 +516,11 @@ rec {
|
|||
sha256 = "6b610b3e5742d366d4fbe96b5f20d8459db9aba4fb802e6e5aab547f22ad04b9";
|
||||
};
|
||||
|
||||
# Use our own copy of Crypto++.
|
||||
# preConfigure = "export PYCRYPTOPP_DISABLE_EMBEDDED_CRYPTOPP=1";
|
||||
# Prefer crypto++ library from the Nix store over the one that's included
|
||||
# in the pycryptopp distribution.
|
||||
preConfigure = "export PYCRYPTOPP_DISABLE_EMBEDDED_CRYPTOPP=1";
|
||||
|
||||
buildInputs = [ setuptoolsDarcs darcsver /* pkgs.cryptopp */ ];
|
||||
buildInputs = [ setuptoolsDarcs darcsver pkgs.cryptopp ];
|
||||
|
||||
meta = {
|
||||
homepage = http://allmydata.org/trac/pycryptopp;
|
||||
|
|
Loading…
Reference in a new issue