9 lines
138 B
Nix
9 lines
138 B
Nix
{
|
|
mkKdeDerivation,
|
|
intltool,
|
|
}:
|
|
mkKdeDerivation {
|
|
pname = "kaccounts-integration";
|
|
|
|
propagatedNativeBuildInputs = [ intltool ];
|
|
}
|