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:
Efraim Flashner 2016-09-22 22:04:05 +03:00
parent 7adc698f69
commit cda5e76f51
No known key found for this signature in database
GPG Key ID: F4C1D3917EACEE93
1 changed files with 1 additions and 1 deletions

View File

@ -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