guix-commits
[Top][All Lists]
Advanced

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

06/21: gnu: python-pypandoc: Add missing build input.


From: guix-commits
Subject: 06/21: gnu: python-pypandoc: Add missing build input.
Date: Sun, 9 Jan 2022 08:42:02 -0500 (EST)

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

commit ae6d463b91a5dbc2ee0aca2397a1242b6524b9bd
Author: Lars-Dominik Braun <lars@6xq.net>
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 27b46d0fa7..fcc658b49b 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -25662,13 +25662,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

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