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";
|
sha256 = "6b610b3e5742d366d4fbe96b5f20d8459db9aba4fb802e6e5aab547f22ad04b9";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Use our own copy of Crypto++.
|
# Prefer crypto++ library from the Nix store over the one that's included
|
||||||
# preConfigure = "export PYCRYPTOPP_DISABLE_EMBEDDED_CRYPTOPP=1";
|
# in the pycryptopp distribution.
|
||||||
|
preConfigure = "export PYCRYPTOPP_DISABLE_EMBEDDED_CRYPTOPP=1";
|
||||||
|
|
||||||
buildInputs = [ setuptoolsDarcs darcsver /* pkgs.cryptopp */ ];
|
buildInputs = [ setuptoolsDarcs darcsver pkgs.cryptopp ];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = http://allmydata.org/trac/pycryptopp;
|
homepage = http://allmydata.org/trac/pycryptopp;
|
||||||
|
Loading…
Reference in New Issue
Block a user