nixpkgs/pkgs/development/libraries/thrift
Bjørn Forsman 062363c001 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 ]; }
2014-03-17 16:20:55 +01:00
..
default.nix thrift: make it useable with the python wrapper 2014-03-17 16:20:55 +01:00