Skip to content

Commit

Permalink
nextcloud-client: remove unneeded patch
Browse files Browse the repository at this point in the history
The removed patch was intended to install the dbus service in the proper
location, but due to a typo (`service` vs. `services`) never did. In the
meantime, upstream introduced commit [1] making the patch unnecessary.

To check that everything is in order, one can build nextcloud-client and
verify that the service file is located at $out/share/dbus-1/services/.

[1] nextcloud/desktop@6e1e8a8
  • Loading branch information
kleifgch committed Dec 28, 2024
1 parent eda595a commit 41d9661
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 23 deletions.

This file was deleted.

2 changes: 0 additions & 2 deletions pkgs/applications/networking/nextcloud-client/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@ stdenv.mkDerivation rec {
};

patches = [
# Explicitly move dbus configuration files to the store path rather than `/etc/dbus-1/services`.
./0001-Explicitly-copy-dbus-files-into-the-store-dir.patch
./0001-When-creating-the-autostart-entry-do-not-use-an-abso.patch
];

Expand Down

0 comments on commit 41d9661

Please sign in to comment.