forked from mirrors/nixpkgs
haskell-fdo-notify: add version 0.3.1
This commit is contained in:
parent
483e2d7d7d
commit
267a1692f3
14
pkgs/development/libraries/haskell/fdo-notify/default.nix
Normal file
14
pkgs/development/libraries/haskell/fdo-notify/default.nix
Normal file
|
@ -0,0 +1,14 @@
|
|||
{ cabal, dbus }:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "fdo-notify";
|
||||
version = "0.3.1";
|
||||
sha256 = "1n4zk1i7g34w0wk5zy8n4r63xbglxf62h8j78kv5fc2yn95l30vh";
|
||||
buildDepends = [ dbus ];
|
||||
meta = {
|
||||
homepage = "http://bitbucket.org/taejo/fdo-notify/";
|
||||
description = "Desktop Notifications client";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
};
|
||||
})
|
|
@ -1080,8 +1080,11 @@ let result = let callPackage = x : y : modifyPrio (newScope result.finalReturn x
|
|||
executablePath = callPackage ../development/libraries/haskell/executable-path {};
|
||||
|
||||
fay = callPackage ../development/libraries/haskell/fay {};
|
||||
|
||||
fayBase = callPackage ../development/libraries/haskell/fay-base {};
|
||||
|
||||
fdoNotify = callPackage ../development/libraries/haskell/fdo-notify {};
|
||||
|
||||
filepath_1_3_0_0 = callPackage ../development/libraries/haskell/filepath {};
|
||||
filepath = null; # a core package in recent GHCs
|
||||
|
||||
|
|
Loading…
Reference in a new issue