diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-01-22 01:00:03 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-01-22 01:01:00 +0100 |
commit | c7d068bc990847eeed90fb4a042570613d0702e5 (patch) | |
tree | c357fb62253da1893599fc8d07439fc72d1ae968 | |
parent | d0343e7483d31bcf29737adc0854c0935e7e9d1e (diff) | |
download | guix-c7d068bc990847eeed90fb4a042570613d0702e5.tar.gz |
gnu: dkimproxy: Remove obsolete trailing #t.
* gnu/packages/mail.scm (dkimproxy)[arguments]: Don't explicitly return #t from phase.
-rw-r--r-- | gnu/packages/mail.scm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm index 5a3ec1d8b6..2db1fb3743 100644 --- a/gnu/packages/mail.scm +++ b/gnu/packages/mail.scm @@ -2729,8 +2729,7 @@ DKIM and/or DomainKeys.") "perl-mailtools" "perl-mime-tools" "perl-net-dns" - "perl-timedate")) - #t)))))) + "perl-timedate")))))))) (inputs (list perl perl-crypt-openssl-rsa |