mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-07 05:30:38 +02:00
gnu: python2-django: Fix typo in native-inputs.
* gnu/packages/django.scm (python2-django)[native-inputs]: Inherit from python-django's native-inputs, not its inputs.
This commit is contained in:
@@ -98,7 +98,7 @@ to the @dfn{don't repeat yourself} (DRY) principle.")
|
||||
("python2-mock" ,python2-mock)
|
||||
;; When adding memcached mind: for Python 2 memcached <= 1.53 is
|
||||
;; required.
|
||||
,@(package-inputs base))))))
|
||||
,@(package-native-inputs base))))))
|
||||
|
||||
(define-public python-django-simple-math-captcha
|
||||
(package
|
||||
|
||||
Reference in New Issue
Block a user