mirror of
https://github.com/SqrtMinusOne/channel-q.git
synced 2025-12-10 19:53: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)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:tests? #f
|
'(#:tests? #f
|
||||||
))
|
(modify-phases %standard-phases
|
||||||
|
(delete 'sanity-check))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python-mpd2" ,python-mpd2)
|
`(("python-mpd2" ,python-mpd2)
|
||||||
("dynaconf" ,dynaconf)))
|
("dynaconf" ,dynaconf)))
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue