[Overlays] Remove nextcloud-client override as upstream now includes kio

This commit is contained in:
Antoine Viallon 2023-07-13 13:28:52 +02:00
parent c1a11ce431
commit 76c5828915
Signed by: aviallon
GPG key ID: 186FC35EDEB25716

View file

@ -74,16 +74,6 @@ in
# Use our kernel for generating linux man pages
linux-manual = prev.linux-manual.override { linuxPackages_latest = config.boot.kernelPackages; };
})
(self: super: {
nextcloud-client = super.nextcloud-client.overrideAttrs (old: {
nativeBuildInputs = old.nativeBuildInputs ++ (with super; [
extra-cmake-modules
]);
buildInputs = old.buildInputs ++ (with super; with libsForQt5; [
kio
]);
});
})
(final: prev: {
jetbrains = prev.jetbrains // {