aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/thrift
diff options
context:
space:
mode:
authorDomen Kožar <domen@dev.si>2014-10-12 18:24:16 +0200
committerDomen Kožar <domen@dev.si>2014-10-16 13:13:13 +0200
commit68b183e309df1e7c6d47dac62dfe220af9d16fa4 (patch)
treef9a62924b7c494b980e251f7ffbbcc3dca87c597 /pkgs/development/libraries/thrift
parenta2a7abc67cff23d6a76fd960e807c08f5c48ac8b (diff)
simplify
Diffstat (limited to 'pkgs/development/libraries/thrift')
-rw-r--r--pkgs/development/libraries/thrift/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/thrift/default.nix b/pkgs/development/libraries/thrift/default.nix
index f166e35af1ef..29b0c1a9b291 100644
--- a/pkgs/development/libraries/thrift/default.nix
+++ b/pkgs/development/libraries/thrift/default.nix
@@ -21,7 +21,7 @@ stdenv.mkDerivation {
patches = [ ./yylex.patch ];
# Workaround to make the python wrapper not drop this package:
- # pythonFullWithPkgs.override { extraLibs = [ thrift ]; }
+ # pythonFullBuildEnv.override { extraLibs = [ thrift ]; }
pythonPath = [];
buildInputs = [