mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-15 14:26:33 +01:00
65f5cbb5f2
- kweathercore to gear - kipi removed - knotes removed - kgraphviewer and massif-visualizer added - kdevelop and friends to qt6
10 lines
138 B
Nix
10 lines
138 B
Nix
{
|
|
mkKdeDerivation,
|
|
qtsvg,
|
|
knotifications,
|
|
}:
|
|
mkKdeDerivation {
|
|
pname = "francis";
|
|
|
|
extraBuildInputs = [qtsvg knotifications];
|
|
}
|