guix-commits
[Top][All Lists]
Advanced

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

98/103: gnu: btrfs-progs: Add missing input.


From: guix-commits
Subject: 98/103: gnu: btrfs-progs: Add missing input.
Date: Wed, 5 Jan 2022 09:44:43 -0500 (EST)

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

commit 4388278d0e262c9f89a39e4d26705de59831486c
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 d41ac29ade..e8fc6de322 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -131,6 +131,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)
@@ -5450,6 +5451,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]