[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)
- 46/150: gnu: openmolar: Remove old build flag., (continued)
- 46/150: gnu: openmolar: Remove old build flag., guix-commits, 2022/04/24
- 71/150: gnu: python-flake8-pie: Fix build., guix-commits, 2022/04/24
- 73/150: gnu: python-curio: Disable failing tests., guix-commits, 2022/04/24
- 63/150: gnu: python-hupper: Remove obsolete argument., guix-commits, 2022/04/24
- 66/150: gnu: python-virtualenv: Disable tests., guix-commits, 2022/04/24
- 77/150: gnu: python-qstylizer: Remove obsolete argument., guix-commits, 2022/04/24
- 87/150: gnu: python-locket: Add missing test input., guix-commits, 2022/04/24
- 98/150: tests: Remove obsolete flag and import missing module., guix-commits, 2022/04/24
- 104/150: gnu: python-carbon: Disable tests., guix-commits, 2022/04/24
- 103/150: gnu: python-sphinxcontrib-github-alt: Use flit-core to build., guix-commits, 2022/04/24
- 94/150: gnu: btrfs-progs: Add missing input.,
guix-commits <=
- 110/150: gnu: python-flake8-print: Add missing build input., guix-commits, 2022/04/24
- 102/150: gnu: python-tinycss2: Remove custom build process., guix-commits, 2022/04/24
- 111/150: gnu: python-unpaddedbase64: Build using poetry., guix-commits, 2022/04/24
- 120/150: gnu: python-pypandoc: Add missing build input., guix-commits, 2022/04/24
- 124/150: gnu: python-annoy: Disable tests., guix-commits, 2022/04/24
- 127/150: gnu: python-bigfloat: Update to 0.4.0., guix-commits, 2022/04/24
- 132/150: gnu: python-cons: Disable tests., guix-commits, 2022/04/24
- 142/150: gnu: python-lcov-cobertura: Disable tests., guix-commits, 2022/04/24
- 147/150: gnu: python-typing-extensions: Remove custom 'build and 'install., guix-commits, 2022/04/24
- 150/150: gnu: python-markdown: Switch testing to unittest., guix-commits, 2022/04/24