django: don't wrap template scripts, fixes #3134
This commit is contained in:
@@ -4206,6 +4206,11 @@ let
|
|||||||
# error: invalid command 'test'
|
# error: invalid command 'test'
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
||||||
|
# patch only $out/bin to avoid problems with starter templates (see #3134)
|
||||||
|
postFixup = ''
|
||||||
|
wrapPythonProgramsIn $out/bin "$out $pythonPath"
|
||||||
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "A high-level Python Web framework";
|
description = "A high-level Python Web framework";
|
||||||
homepage = https://www.djangoproject.com/;
|
homepage = https://www.djangoproject.com/;
|
||||||
@@ -4224,6 +4229,11 @@ let
|
|||||||
# error: invalid command 'test'
|
# error: invalid command 'test'
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
||||||
|
# patch only $out/bin to avoid problems with starter templates (see #3134)
|
||||||
|
postFixup = ''
|
||||||
|
wrapPythonProgramsIn $out/bin "$out $pythonPath"
|
||||||
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "A high-level Python Web framework";
|
description = "A high-level Python Web framework";
|
||||||
homepage = https://www.djangoproject.com/;
|
homepage = https://www.djangoproject.com/;
|
||||||
@@ -4242,6 +4252,11 @@ let
|
|||||||
# error: invalid command 'test'
|
# error: invalid command 'test'
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
||||||
|
# patch only $out/bin to avoid problems with starter templates (see #3134)
|
||||||
|
postFixup = ''
|
||||||
|
wrapPythonProgramsIn $out/bin "$out $pythonPath"
|
||||||
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "A high-level Python Web framework";
|
description = "A high-level Python Web framework";
|
||||||
homepage = https://www.djangoproject.com/;
|
homepage = https://www.djangoproject.com/;
|
||||||
@@ -4260,6 +4275,11 @@ let
|
|||||||
# error: invalid command 'test'
|
# error: invalid command 'test'
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
||||||
|
# patch only $out/bin to avoid problems with starter templates (see #3134)
|
||||||
|
postFixup = ''
|
||||||
|
wrapPythonProgramsIn $out/bin "$out $pythonPath"
|
||||||
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "A high-level Python Web framework";
|
description = "A high-level Python Web framework";
|
||||||
homepage = https://www.djangoproject.com/;
|
homepage = https://www.djangoproject.com/;
|
||||||
@@ -4277,6 +4297,11 @@ let
|
|||||||
# error: invalid command 'test'
|
# error: invalid command 'test'
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
||||||
|
# patch only $out/bin to avoid problems with starter templates (see #3134)
|
||||||
|
postFixup = ''
|
||||||
|
wrapPythonProgramsIn $out/bin "$out $pythonPath"
|
||||||
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "A high-level Python Web framework";
|
description = "A high-level Python Web framework";
|
||||||
homepage = https://www.djangoproject.com/;
|
homepage = https://www.djangoproject.com/;
|
||||||
|
|||||||
Reference in New Issue
Block a user