guix-commits
[Top][All Lists]
Advanced

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

94/150: gnu: btrfs-progs: Add missing input.


From: guix-commits
Subject: 94/150: gnu: btrfs-progs: Add missing input.
Date: Sun, 24 Apr 2022 05:12:28 -0400 (EDT)

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

commit 6da79d376bebbbdf567786f10a2990f24e9c2450
Author: Lars-Dominik Braun <lars@6xq.net>
AuthorDate: Sun Jan 2 11:24:50 2022 +0100

    gnu: btrfs-progs: Add missing input.
    
    * gnu/packages/linux.scm (btrfs-progs)[native-inputs]: Add 
python-setuptools.
---
 gnu/packages/linux.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 7b85a3254a..bbfd9da380 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -136,6 +136,7 @@
   #:use-module (gnu packages popt)
   #:use-module (gnu packages pulseaudio)
   #:use-module (gnu packages python)
+  #:use-module (gnu packages python-build)
   #:use-module (gnu packages python-xyz)
   #:use-module (gnu packages readline)
   #:use-module (gnu packages rrdtool)
@@ -5619,6 +5620,7 @@ and copy/paste text in the console and in xterm.")
                      ("asciidoc" ,asciidoc)
                      ("python" ,python)
                      ("xmlto" ,xmlto)
+                     ("python-setuptools" ,python-setuptools)
                      ;; For building documentation.
                      ("libxml2" ,libxml2)
                      ("docbook-xsl" ,docbook-xsl)



reply via email to

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