mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-30 02:42:59 +00:00
65f5cbb5f2
- kweathercore to gear - kipi removed - knotes removed - kgraphviewer and massif-visualizer added - kdevelop and friends to qt6
10 lines
121 B
Nix
10 lines
121 B
Nix
{
|
|
mkKdeDerivation,
|
|
qt5compat,
|
|
}:
|
|
mkKdeDerivation {
|
|
pname = "libkomparediff2";
|
|
|
|
extraBuildInputs = [qt5compat];
|
|
}
|