efraim pushed a commit to branch master
in repository guix.

commit cda5e76f51bc8070ca031eff043821bcd7ca2be9
Author: Efraim Flashner <efr...@flashner.co.il>
Date:   Thu Sep 22 22:04:05 2016 +0300

    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.
---
 gnu/packages/django.scm |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/django.scm b/gnu/packages/django.scm
index 8f0d2ad..8d4a7e4 100644
--- a/gnu/packages/django.scm
+++ b/gnu/packages/django.scm
@@ -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

Reply via email to