summary refs log tree commit diff
path: root/pkgs/top-level/python-packages.nix
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2020-01-13 21:45:24 +0100
committerFrederik Rietdijk <freddyrietdijk@fridh.nl>2020-01-14 22:36:21 +0100
commiteba1f794184f6bc08558a6506ed62eada008f37e (patch)
tree5e3bbaa1908dc7eae5d5fdfeecf509ef110fa942 /pkgs/top-level/python-packages.nix
parentece829033b7b8f4e81261fef5427144df4147bc4 (diff)
downloadnixpkgs-eba1f794184f6bc08558a6506ed62eada008f37e.tar
nixpkgs-eba1f794184f6bc08558a6506ed62eada008f37e.tar.gz
nixpkgs-eba1f794184f6bc08558a6506ed62eada008f37e.tar.bz2
nixpkgs-eba1f794184f6bc08558a6506ed62eada008f37e.tar.lz
nixpkgs-eba1f794184f6bc08558a6506ed62eada008f37e.tar.xz
nixpkgs-eba1f794184f6bc08558a6506ed62eada008f37e.tar.zst
nixpkgs-eba1f794184f6bc08558a6506ed62eada008f37e.zip
pythonPackages.venvShellHook: init
This is a hook that loads a virtualenv from the specified `venvDir`
location. If the virtualenv does not exist, it is created.
Diffstat (limited to 'pkgs/top-level/python-packages.nix')
-rw-r--r--pkgs/top-level/python-packages.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix
index 5b148263388..a3ba61e27d5 100644
--- a/pkgs/top-level/python-packages.nix
+++ b/pkgs/top-level/python-packages.nix
@@ -108,7 +108,7 @@ in {
   inherit buildSetupcfg;
 
   inherit (callPackage ../development/interpreters/python/hooks { })
-    eggUnpackHook eggBuildHook eggInstallHook flitBuildHook pipBuildHook pipInstallHook pytestCheckHook pythonCatchConflictsHook pythonImportsCheckHook pythonRemoveBinBytecodeHook setuptoolsBuildHook setuptoolsCheckHook wheelUnpackHook;
+    eggUnpackHook eggBuildHook eggInstallHook flitBuildHook pipBuildHook pipInstallHook pytestCheckHook pythonCatchConflictsHook pythonImportsCheckHook pythonRemoveBinBytecodeHook setuptoolsBuildHook setuptoolsCheckHook venvShellHook wheelUnpackHook;
 
   # helpers