depot/third_party/nixpkgs/pkgs/kde/gear/kaccounts-providers/default.nix

16 lines
225 B
Nix
Raw Normal View History

{
mkKdeDerivation,
intltool,
qtdeclarative,
qtwebengine,
}:
mkKdeDerivation {
pname = "kaccounts-providers";
extraNativeBuildInputs = [ intltool ];
extraBuildInputs = [
qtdeclarative
qtwebengine
];
}