lbraun pushed a commit to branch wip-python-pep517
in repository guix.

commit 34f544dbe6437b50e2aabe3e34bc5eae53ba5ae3
Author: Lars-Dominik Braun <[email protected]>
AuthorDate: Sat Jan 8 18:47:18 2022 +0100

    gnu: python-pypandoc: Add missing build input.
    
    * gnu/packages/python-xyz.scm (python-pypandoc)[native-inputs]: Add
    python-pip.
---
 gnu/packages/python-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index c3ed26e70f..f6c3bc7c6a 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -26776,13 +26776,13 @@ By default it uses the open Python vulnerability 
database Safety DB.")
     (propagated-inputs
      `(("wheel" ,python-wheel)))
     (native-inputs
-     `(("texlive" ,(texlive-updmap.cfg (list texlive-amsfonts
+     (list python-pip (texlive-updmap.cfg (list texlive-amsfonts
                                         texlive-fonts-ec
                                         texlive-generic-iftex
                                         texlive-hyperref
                                         texlive-oberdiek
                                         texlive-lm
-                                        texlive-xcolor)))))
+                                        texlive-xcolor))))
     (arguments
      `(#:phases
        (modify-phases %standard-phases

Reply via email to