nixpkgs/pkgs/desktops/kde-4/pimlibs/default.nix

13 lines
291 B
Nix
Raw Normal View History

args: with args;
stdenv.mkDerivation {
name = "kdepimlibs-4.0.0";
src = fetchurl {
url = http://download.kde.org/stable/4.0.0/src/kdepimlibs-4.0.0.tar.bz2;
md5 = "1a68662230fcd4ec8cea90bb780f920e";
};
propagatedBuildInputs = [kdelibs boost gpgme cyrus_sasl openldap];
}