mirror of
https://github.com/SqrtMinusOne/channel-q.git
synced 2025-12-10 11:43:03 +03:00
fix(mpd-watcher): no sanity check
This commit is contained in:
parent
7310dc40cc
commit
829ca21469
1 changed files with 2 additions and 1 deletions
|
|
@ -22,7 +22,8 @@
|
|||
(build-system python-build-system)
|
||||
(arguments
|
||||
'(#:tests? #f
|
||||
))
|
||||
(modify-phases %standard-phases
|
||||
(delete 'sanity-check))))
|
||||
(native-inputs
|
||||
`(("python-mpd2" ,python-mpd2)
|
||||
("dynaconf" ,dynaconf)))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue