From 5f46121fc753d59fc45d7ff9a37d36d28c33933d Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Mon, 7 Nov 2022 20:16:19 -0800 Subject: Add MPD configuration This also includes an attempt at installing a custom SCSH that defines some search paths. But unfortunately it didn't work, so the SCSH ends up being the usual one and the ‘mpd-random-albums’ package doesn't actually work. The main MPD configuration does work, though. This also includes the instruction to install tmsu which I want to try out again. --- oni/packages/count-emails.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'oni/packages/count-emails.scm') diff --git a/oni/packages/count-emails.scm b/oni/packages/count-emails.scm index e6b70f2..faba330 100644 --- a/oni/packages/count-emails.scm +++ b/oni/packages/count-emails.scm @@ -5,7 +5,7 @@ #:use-module ((guix licenses) #:prefix license:) #:use-module (gnu packages base) #:use-module (gnu packages bash) - #:use-module (gnu packages shells) + #:use-module (oni packages scsh) #:use-module (gnu packages mail)) (define-public count-emails @@ -24,7 +24,7 @@ (base32 "0pv4wbxbg0szs2jiskmxvivrq44ha5ljdn18j3j2pi8q1dp9rmb3")) (file-name (git-file-name name version)))) (propagated-inputs - (list bash scsh notmuch)) + (list scsh notmuch)) (build-system gnu-build-system) (arguments `(#:tests? #f -- cgit v1.2.3-54-g00ecf