summary refs log tree commit diff
path: root/pkgs/development/interpreters/python/wrapper.nix
diff options
context:
space:
mode:
authorShea Levy <shea@shealevy.com>2013-11-19 09:04:32 -0500
committerShea Levy <shea@shealevy.com>2013-11-19 09:04:32 -0500
commit06fe4d9904e7b79f8b2cd94761237b72431acc62 (patch)
tree75d3231b992ea0df551a2cedaa8b5172fe85d87e /pkgs/development/interpreters/python/wrapper.nix
parent544475cb45d3dc38ff91f2f7cd28fd826d00a1a0 (diff)
downloadnixlib-06fe4d9904e7b79f8b2cd94761237b72431acc62.tar
nixlib-06fe4d9904e7b79f8b2cd94761237b72431acc62.tar.gz
nixlib-06fe4d9904e7b79f8b2cd94761237b72431acc62.tar.bz2
nixlib-06fe4d9904e7b79f8b2cd94761237b72431acc62.tar.lz
nixlib-06fe4d9904e7b79f8b2cd94761237b72431acc62.tar.xz
nixlib-06fe4d9904e7b79f8b2cd94761237b72431acc62.tar.zst
nixlib-06fe4d9904e7b79f8b2cd94761237b72431acc62.zip
Partial revert of b09f8110dbcb8bc8a1fcdb3e9a5dddb0956aba96
Didn't mean to commit this change

Signed-off-by: Shea Levy <shea@shealevy.com>
Diffstat (limited to 'pkgs/development/interpreters/python/wrapper.nix')
-rw-r--r--pkgs/development/interpreters/python/wrapper.nix5
1 files changed, 0 insertions, 5 deletions
diff --git a/pkgs/development/interpreters/python/wrapper.nix b/pkgs/development/interpreters/python/wrapper.nix
index a408397ef89a..34af23740d5d 100644
--- a/pkgs/development/interpreters/python/wrapper.nix
+++ b/pkgs/development/interpreters/python/wrapper.nix
@@ -22,11 +22,6 @@
       rm -f "$out/bin/$prg"
       makeWrapper "${python}/bin/$prg" "$out/bin/$prg" --set PYTHONHOME "$out"
     done
-
-    if [ -f ${python}/nix-support/setup-hook ]; then
-        mkdir -p $out/nix-support/
-        ln -sv ${python}/nix-support/setup-hook $out/nix-support
-    fi
   '' + postBuild;
 }) // {
   inherit python;