summaryrefslogtreecommitdiff
path: root/gnu/packages/django.scm
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2026-03-11 23:12:16 +0100
committerLudovic Courtès <ludo@gnu.org>2026-03-20 13:27:16 +0100
commit1ae20f03f43a2af2bcde3751a2809fe152298d34 (patch)
treebe11f116044ab4cbc7994e2cf88ded0e21db4bbc /gnu/packages/django.scm
parent4ba653e637940b147ea5cdcf45397b8ac7f3d014 (diff)
gnu: Reference the inherited inputs values.
This commit was made by running this command: sed -e's/modify-inputs (package-\([a-z-]*\)inputs [a-zA-Z0-9-]\+)/modify-inputs \1inputs/g' -i gnu/packages/*.scm … and then reverting individual hunks where the change would trigger unbound variable warnings or other issues (such as ‘native-inputs’ is bound in the body of the ‘inputs’ field, but it refers to the ‘native-inputs’ thunk defined just above). Change-Id: I6d94819f2809313fa1fbefc61897502ee7d66fab
Diffstat (limited to 'gnu/packages/django.scm')
-rw-r--r--gnu/packages/django.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/django.scm b/gnu/packages/django.scm
index 44f054d1a54..5e79352b62d 100644
--- a/gnu/packages/django.scm
+++ b/gnu/packages/django.scm
@@ -1681,7 +1681,7 @@ a single block.")
1681 #~(modify-phases %standard-phases 1681 #~(modify-phases %standard-phases
1682 (delete 'sanity-check)))) 1682 (delete 'sanity-check))))
1683 (propagated-inputs 1683 (propagated-inputs
1684 (modify-inputs (package-propagated-inputs pkg) 1684 (modify-inputs propagated-inputs
1685 (delete "python-django-crispy-forms"))))) 1685 (delete "python-django-crispy-forms")))))
1686 (list python-crispy-bootstrap3 python-crispy-bootstrap4)) 1686 (list python-crispy-bootstrap3 python-crispy-bootstrap4))
1687 (list python-pytest python-pytest-django python-setuptools))) 1687 (list python-pytest python-pytest-django python-setuptools)))