diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-10-12 23:56:38 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-10-13 11:57:31 +0100 |
| commit | f51940d3af0cda253826be364ffbfd9527d74dce (patch) | |
| tree | a4e1438df5ed8517d725457b08e4a91ba1fe7259 /gnu/packages/python-xyz.scm | |
| parent | d0beb053e48e74841d6ba8d9dbbc8f8eb284e4af (diff) | |
gnu: python-ueberzug: Switch to meson.
* gnu/packages/python-xyz.scm (python-ueberzug)[build-system]: Switch to
meson-build-system.
[native-inputs]: Remove meson-python.
Change-Id: I85df570fb6e50044c4ba987a8a48b0f8ff2a0fd8
Diffstat (limited to 'gnu/packages/python-xyz.scm')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 2c7840619b3..990eeb358d1 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -2194,11 +2194,11 @@ progress, among other things.") (sha256 (base32 "1sc05s72gvglsxsw4p0z5h47ygygw5h226vnaakas4ihjq9kiffl")))) - (build-system pyproject-build-system) + (build-system meson-build-system) (arguments (list #:tests? #f)) ; there are no tests (native-inputs - (list meson-python pkg-config)) + (list pkg-config)) (inputs (list libx11 libxext libxres)) (propagated-inputs |
