From 829ca21469fbd97d4d2823ff1495265d3b7d357d Mon Sep 17 00:00:00 2001 From: SqrtMinusOne Date: Sat, 8 Jan 2022 18:24:05 +0300 Subject: [PATCH] fix(mpd-watcher): no sanity check --- mpd-watcher.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mpd-watcher.scm b/mpd-watcher.scm index ca4a522..e49be71 100644 --- a/mpd-watcher.scm +++ b/mpd-watcher.scm @@ -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)))