diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2023-11-19 10:47:35 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2023-11-19 10:48:22 +0200 |
commit | 5cad6f721b8884b612178896f06cd69d5839402c (patch) | |
tree | f24e19e7308d43b059f31bed9bd25d340f189ee3 /gnu | |
parent | 83f2e9c02b265334afaa0c2ea05e5cd5f1ce2fd4 (diff) |
gnu: git-annex: Add dbus support.
* gnu/packages/haskell-apps.scm (git-annex)[inputs]: Add ghc-dbus,
ghc-fdo-notify.
Change-Id: I7472bcaeebdf1c2c68230b0d1e00ba72dff81ccf
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/haskell-apps.scm | 2 |
1 files changed, 2 insertions, 0 deletions
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 |