summary refs log tree commit diff
path: root/pkgs/development/libraries/thrift
diff options
context:
space:
mode:
authorDomen Kožar <domen@dev.si>2014-10-12 14:59:31 +0200
committerDomen Kožar <domen@dev.si>2014-10-13 21:35:21 +0200
commita2a7abc67cff23d6a76fd960e807c08f5c48ac8b (patch)
tree04bc3f8f57eb816427c02880f3a6e6b68a36ed97 /pkgs/development/libraries/thrift
parent8de9ac5bd49762ad365dd2ec6cfeda863ea8ff2f (diff)
downloadnixpkgs-a2a7abc67cff23d6a76fd960e807c08f5c48ac8b.tar
nixpkgs-a2a7abc67cff23d6a76fd960e807c08f5c48ac8b.tar.gz
nixpkgs-a2a7abc67cff23d6a76fd960e807c08f5c48ac8b.tar.bz2
nixpkgs-a2a7abc67cff23d6a76fd960e807c08f5c48ac8b.tar.lz
nixpkgs-a2a7abc67cff23d6a76fd960e807c08f5c48ac8b.tar.xz
nixpkgs-a2a7abc67cff23d6a76fd960e807c08f5c48ac8b.tar.zst
nixpkgs-a2a7abc67cff23d6a76fd960e807c08f5c48ac8b.zip
pythonFull -> python with all modules, pythonFullWithPkgs -> buildEnv
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 4f2b6ec49d7..f166e35af1e 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:
-  # pythonFull.override { extraLibs = [ thrift ]; }
+  # pythonFullWithPkgs.override { extraLibs = [ thrift ]; }
   pythonPath = [];
 
   buildInputs = [