mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-02 20:03:16 +00:00
ce77225e21
This is the thing you want to look at.
11 lines
135 B
Nix
11 lines
135 B
Nix
{
|
|
mkKdeDerivation,
|
|
qttools,
|
|
cyrus_sasl,
|
|
}:
|
|
mkKdeDerivation {
|
|
pname = "libkgapi";
|
|
|
|
extraBuildInputs = [qttools cyrus_sasl];
|
|
}
|