2024-02-29 20:09:43 +00:00
|
|
|
{
|
|
|
|
mkKdeDerivation,
|
|
|
|
qtdeclarative,
|
|
|
|
}:
|
|
|
|
mkKdeDerivation {
|
|
|
|
pname = "kdenetwork-filesharing";
|
|
|
|
|
2024-09-26 11:04:55 +00:00
|
|
|
patches = [ ./smbd-path.patch ];
|
2024-02-29 20:09:43 +00:00
|
|
|
|
2024-09-26 11:04:55 +00:00
|
|
|
extraBuildInputs = [ qtdeclarative ];
|
2024-02-29 20:09:43 +00:00
|
|
|
|
|
|
|
# We can't actually install samba via PackageKit, so let's not confuse users any more than we have to
|
2024-09-26 11:04:55 +00:00
|
|
|
extraCmakeFlags = [ "-DSAMBA_INSTALL=OFF" ];
|
2024-02-29 20:09:43 +00:00
|
|
|
}
|