mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-14 08:04:47 +00:00
11 lines
135 B
Nix
11 lines
135 B
Nix
{
|
|
mkKdeDerivation,
|
|
qttools,
|
|
cyrus_sasl,
|
|
}:
|
|
mkKdeDerivation {
|
|
pname = "libkgapi";
|
|
|
|
extraBuildInputs = [qttools cyrus_sasl];
|
|
}
|