mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 21:46:35 +01:00
gnu: Add ghc-fdo-notify.
* gnu/packages/haskell-xyz.scm (ghc-fdo-notify): New variable. Change-Id: I0722f9765c4ef02f6a9953b5f4824c60854e9a9d
This commit is contained in:
parent
89a96b338c
commit
83f2e9c02b
1 changed files with 21 additions and 0 deletions
|
@ -3917,6 +3917,27 @@ (define-public ghc-fast-logger
|
|||
(description "This library provides a fast logging system for Haskell.")
|
||||
(license license:bsd-3)))
|
||||
|
||||
(define-public ghc-fdo-notify
|
||||
(package
|
||||
(name "ghc-fdo-notify")
|
||||
(version "0.3.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (hackage-uri "fdo-notify" version))
|
||||
(sha256
|
||||
(base32 "1n4zk1i7g34w0wk5zy8n4r63xbglxf62h8j78kv5fc2yn95l30vh"))))
|
||||
(build-system haskell-build-system)
|
||||
(properties '((upstream-name . "fdo-notify")))
|
||||
(inputs (list ghc-dbus))
|
||||
(home-page "http://bitbucket.org/taejo/fdo-notify/")
|
||||
(synopsis "Desktop Notifications client")
|
||||
(description
|
||||
"This package provides a library for issuing notifications using
|
||||
@code{FreeDesktop.org's} Desktop Notifications protcol. This protocol is
|
||||
supported by services such as Ubuntu's @code{NotifyOSD}.")
|
||||
(license license:bsd-3)))
|
||||
|
||||
(define-public ghc-feed
|
||||
(package
|
||||
(name "ghc-feed")
|
||||
|
|
Loading…
Reference in a new issue