mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-16 00:54:40 +00:00
10 lines
136 B
Nix
10 lines
136 B
Nix
![]() |
{
|
||
|
mkKdeDerivation,
|
||
|
intltool,
|
||
|
}:
|
||
|
mkKdeDerivation {
|
||
|
pname = "kaccounts-integration";
|
||
|
|
||
|
propagatedNativeBuildInputs = [intltool];
|
||
|
}
|