2
0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-02-15 00:24:47 +00:00
nixpkgs/pkgs/kde/gear/kaccounts-integration/default.nix

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
138 B
Nix
Raw Normal View History

{
mkKdeDerivation,
intltool,
}:
mkKdeDerivation {
pname = "kaccounts-integration";
2024-09-20 05:54:48 +00:00
propagatedNativeBuildInputs = [ intltool ];
}