efraim pushed a commit to branch master
in repository guix.

commit 5cad6f721b8884b612178896f06cd69d5839402c
Author: Efraim Flashner <[email protected]>
AuthorDate: Sun Nov 19 10:47:35 2023 +0200

    gnu: git-annex: Add dbus support.
    
    * gnu/packages/haskell-apps.scm (git-annex)[inputs]: Add ghc-dbus,
    ghc-fdo-notify.
    
    Change-Id: I7472bcaeebdf1c2c68230b0d1e00ba72dff81ccf
---
 gnu/packages/haskell-apps.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/haskell-apps.scm b/gnu/packages/haskell-apps.scm
index 94e1394c89..3288b0d0a9 100644
--- a/gnu/packages/haskell-apps.scm
+++ b/gnu/packages/haskell-apps.scm
@@ -415,10 +415,12 @@ to @code{cabal repl}).")
            ghc-cryptonite
            ghc-data-default
            ghc-dav
+           ghc-dbus
            ghc-disk-free-space
            ghc-dlist
            ghc-edit-distance
            ghc-exceptions
+           ghc-fdo-notify
            ghc-feed
            ghc-filepath-bytestring
            ghc-free

Reply via email to