ce77225e21
This is the thing you want to look at.
12 lines
211 B
Nix
12 lines
211 B
Nix
{
|
|
mkKdeDerivation,
|
|
intltool,
|
|
qtdeclarative,
|
|
qtwebengine,
|
|
}:
|
|
mkKdeDerivation {
|
|
pname = "kaccounts-providers";
|
|
|
|
extraNativeBuildInputs = [intltool];
|
|
extraBuildInputs = [qtdeclarative qtwebengine];
|
|
}
|