nixpkgs/pkgs/kde/gear/kweather/default.nix

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

13 lines
191 B
Nix
Raw Normal View History

{
mkKdeDerivation,
qtsvg,
qtcharts,
qqc2-desktop-style,
kholidays,
}:
mkKdeDerivation {
pname = "kweather";
extraBuildInputs = [qtsvg qtcharts qqc2-desktop-style kholidays];
}