cabal2nix-2.9.3: test/golden-test-cases/fdo-notify.nix.golden
{ 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;
}