summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Streit <simon@netpanic.org>2021-11-21 21:09:31 +0100
committerSimon Streit <simon@netpanic.org>2021-11-21 21:09:31 +0100
commite0709650d8fd80fe729530fc13c318ea62c18457 (patch)
treeec347ae74ae0ba5199d591c25eb2340dbc9e1452
parent9f07a415825fe7d3e54aede19ae6f62c96d1f726 (diff)
siguix: python-pulsectl
Disable tests.
-rw-r--r--siguix/packages/python-pulsectl.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/siguix/packages/python-pulsectl.scm b/siguix/packages/python-pulsectl.scm
index e03d613..5264234 100644
--- a/siguix/packages/python-pulsectl.scm
+++ b/siguix/packages/python-pulsectl.scm
@@ -21,7 +21,8 @@
`(("pulseaudio", pulseaudio)))
(build-system python-build-system)
(arguments
- `(#:phases
+ `(#:tests? #f
+ #:phases
(modify-phases %standard-phases
(add-after 'unpack 'patch-path
(lambda* (#:key inputs #:allow-other-keys)