thrift: make it useable with the python wrapper

The python wrapper discards derivations that lack the 'pythonPath'
attribute, so provide a (dummy) pythonPath attribute to make this work:

  pythonFull.override { extraLibs = [ thrift ]; }
This commit is contained in:
Bjørn Forsman 2014-03-17 16:20:55 +01:00
parent 4b23a50ebb
commit 062363c001

View File

@ -15,6 +15,10 @@ stdenv.mkDerivation {
enableParallelBuilding = true;
# Workaround to make the python wrapper not drop this package:
# pythonFull.override { extraLibs = [ thrift ]; }
pythonPath = [];
buildInputs = [
boost zlib libevent openssl python automake autoconf libtool pkgconfig
bison flex