diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-01-24 00:27:02 +0000 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-02-07 12:28:39 +0100 |
| commit | 51b3db5012b043afd5931ee47f88c3da5d061b06 (patch) | |
| tree | bfe8533e18abe3b9c4d0faf841d0aeac0a28441a /gnu/packages/wm.scm | |
| parent | bd39f9621da53acf242fa2283c19645a72d3717b (diff) | |
gnu: qtile: Remove unused native inputs.
* gnu/packages/wm.scm (qtile)[native-inputs]: Remove pre-commit,
python-anyio, python-check-manifest, python-coverage, python-isort,
python-mypy, python-pycairo, python-pytest, python-pytest-asyncio,
python-pytest-cov, python-pytest-httpbin, python-twine, python-wheel,
and xorg-server-for-tests.
Change-Id: I492b357666d538fc8eb94c3a450e76f69f4d0432
Diffstat (limited to 'gnu/packages/wm.scm')
| -rw-r--r-- | gnu/packages/wm.scm | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm index 0d7a1401fa3..6c54c747048 100644 --- a/gnu/packages/wm.scm +++ b/gnu/packages/wm.scm @@ -1230,22 +1230,8 @@ to events.") python-xcffib)) (native-inputs (list pkg-config - pre-commit - python-anyio - python-check-manifest - python-coverage - python-isort - python-mypy - python-pycairo - python-pytest - python-pytest-asyncio - python-pytest-cov - python-pytest-httpbin python-setuptools - python-setuptools-scm - python-twine - python-wheel - xorg-server-for-tests)) + python-setuptools-scm)) (home-page "http://qtile.org") (synopsis "Hackable tiling window manager written and configured in Python") (description "Qtile is simple, small, and extensible. It's easy to write |
