nixpkgs/pkgs/kde/gear/libkgapi/default.nix

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
135 B
Nix
Raw Normal View History

{
mkKdeDerivation,
qttools,
cyrus_sasl,
}:
mkKdeDerivation {
pname = "libkgapi";
extraBuildInputs = [qttools cyrus_sasl];
}