mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-05 17:27:50 +00:00
[Overlays/Packages] Enable cloudproviders/kio integration for nextcloud
Signed-off-by: Antoine Viallon <antoine@lesviallon.fr>
This commit is contained in:
parent
aae354de14
commit
7e85d37bbd
1 changed files with 10 additions and 0 deletions
10
overlays.nix
10
overlays.nix
|
|
@ -33,6 +33,16 @@ in
|
|||
(self: super: {
|
||||
inherit unstable;
|
||||
})
|
||||
(self: super: {
|
||||
nextcloud-client = optimizeForThisHost (super.nextcloud-client.overrideAttrs (old: {
|
||||
nativeBuildInputs = old.nativeBuildInputs ++ (with super; [
|
||||
extra-cmake-modules
|
||||
]);
|
||||
buildInputs = old.buildInputs ++ (with super; with libsForQt5; [
|
||||
kio
|
||||
]);
|
||||
}));
|
||||
})
|
||||
(self: super: {
|
||||
opensshOptimized = optimizeForThisHost super.openssh;
|
||||
rsyncOptimized = optimizeForThisHost super.rsync;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue