guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 03/11] gnu: Add python-flask-babel.


From: Leo Famulari
Subject: Re: [PATCH 03/11] gnu: Add python-flask-babel.
Date: Sun, 25 Sep 2016 14:05:00 -0400
User-agent: Mutt/1.7.0 (2016-08-17)

On Tue, Sep 13, 2016 at 01:38:19AM +0000, ng0 wrote:
> * gnu/packages/python.scm (python-flask-babel): New variable.
> +(define-public python2-flask-babel
> +  (package
> +    (inherit (package-with-python2
> +              (strip-python2-variant python-flask-babel)))
> +    (native-inputs
> +     `(("python2-setuptools" ,python2-setuptools)))
> +    (inputs
> +     `(("python2-flask" ,python2-flask)
> +       ("python2-babel" ,python2-babel)
> +       ("python2-jinja2" ,python2-jinja2)
> +       ("python2-pytz" ,python2-pytz)))))

This won't work without the correct (properties) field in
python-flask-babel. Also, this (inputs) field could append to the
inherited inputs.

I mentioned an example in a review I did a few minutes ago.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]