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:
Peter Simons 2010-07-28 13:07:05 +00:00
parent df013849e4
commit 4630c1854d

View file

@ -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;