fix(mpd-watcher): no sanity check

This commit is contained in:
Pavel Korytov 2022-01-08 18:24:05 +03:00
parent 7310dc40cc
commit 829ca21469

View file

@ -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)))