biome: 1.9.2 -> 1.9.3
[NixPkgs.git] / pkgs / applications / kde / kdenetwork-filesharing.nix
blob4cff4a84fc407bf9c77a33f3bee75d5df3e4ab54
2   mkDerivation, lib,
3   extra-cmake-modules, kdoctools,
4   kcoreaddons, kdeclarative, ki18n, kio, kwidgetsaddons, samba, qcoro
5 }:
7 mkDerivation {
8   pname = "kdenetwork-filesharing";
9   meta = {
10     license = [ lib.licenses.gpl2 lib.licenses.lgpl21 ];
11     maintainers = [ lib.maintainers.ttuegel ];
12   };
13   nativeBuildInputs = [ extra-cmake-modules kdoctools ];
14   buildInputs = [ kcoreaddons kdeclarative ki18n kio kwidgetsaddons samba qcoro ];