{ mkDerivation, base, containers, dbus, stdenv }: mkDerivation { pname = "fdo-notify"; version = "0.3.1"; sha256 = "deadbeef"; libraryHaskellDepends = [ base containers dbus ]; homepage = "http://bitbucket.org/taejo/fdo-notify/"; description = "Desktop Notifications client"; license = stdenv.lib.licenses.bsd3; }