mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-06 01:38:06 +00:00
[Overlays] Remove nextcloud-client override as upstream now includes kio
This commit is contained in:
parent
c1a11ce431
commit
76c5828915
1 changed files with 0 additions and 10 deletions
10
overlays.nix
10
overlays.nix
|
|
@ -74,16 +74,6 @@ in
|
||||||
# Use our kernel for generating linux man pages
|
# Use our kernel for generating linux man pages
|
||||||
linux-manual = prev.linux-manual.override { linuxPackages_latest = config.boot.kernelPackages; };
|
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: {
|
(final: prev: {
|
||||||
jetbrains = prev.jetbrains // {
|
jetbrains = prev.jetbrains // {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue