summary refs log tree commit diff
path: root/pkgs/development/python-modules/django/1_8.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/django/1_8.nix')
-rw-r--r--pkgs/development/python-modules/django/1_8.nix5
1 files changed, 0 insertions, 5 deletions
diff --git a/pkgs/development/python-modules/django/1_8.nix b/pkgs/development/python-modules/django/1_8.nix
index 9baafed4b75..d575599cbe1 100644
--- a/pkgs/development/python-modules/django/1_8.nix
+++ b/pkgs/development/python-modules/django/1_8.nix
@@ -15,11 +15,6 @@ buildPythonPackage rec {
   # too complicated to setup
   doCheck = false;
 
-  # patch only $out/bin to avoid problems with starter templates (see #3134)
-  postFixup = ''
-    wrapPythonProgramsIn $out/bin "$out $pythonPath"
-  '';
-
   meta = with stdenv.lib; {
     description = "A high-level Python Web framework";
     homepage = https://www.djangoproject.com/;