guix-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] gnu: Add inputs for xonsh.


From: Leo Famulari
Subject: Re: [PATCH] gnu: Add inputs for xonsh.
Date: Thu, 29 Sep 2016 12:44:24 -0400
User-agent: Mutt/1.7.0 (2016-08-17)

On Thu, Sep 29, 2016 at 12:50:16PM +0200, Danny Milosavljevic wrote:
> * gnu/packages/shells.scm (xonsh): Add inputs.

>            (base32
> -            "0byxd9kjl99q2pyvjh9jy18l0di1i35wr0qqgnw4i6jh6ig3zcki"))))
> +            "0byxd9kjl99q2pyvjh9jy18l0di1i35wr0qqgnw4i6jh6ig3zcki"))
> +        (modules '((guix build utils)))
> +        (snippet
> +         `(begin
> +            ;; Delete bundled ply.
> +            (delete-file-recursively "xonsh/ply")
> +            (substitute* '("setup.py")
> +              (("'xonsh\\.ply',") ""))
> +            #t))))
>      (build-system python-build-system)
> +    (native-inputs
> +     `(("python-numpydoc" ,python-numpydoc)))
> +    (inputs
> +      ;; TODO jupyter distro cloud Sphinx-Theme
> +     `(("python-ply" ,python-ply)
> +       ("python-sphinx" ,python-sphinx)
> +       ("python-prompt-toolkit" ,python-prompt-toolkit)))

I think this should be two commits. What do you think of the patches I
attached?

Attachment: 0001-gnu-xonsh-Remove-bundled-PLY.patch
Description: Text document

Attachment: 0002-gnu-xonsh-Add-inputs.patch
Description: Text document


reply via email to

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